【转载】C# Graphics类具体解释
封装一个 GDI+ 画图图面。
此类不能被继承。
System.Drawing 命名空间
名称 说明
Clip 获取或设置 Region。该对象限定此 Graphics 的画图区域。
ClipBounds 获取一个 RectangleF 结构,该结构限定此 Graphics 的剪辑区域。
CompositingMode 获取一个值,该值指定怎样将合成图像绘制到此 Graphics。
CompositingQuality 获取或设置绘制到此 Graphics 的合成图像的呈现质量。
DpiX 获取此 Graphics 的水平分辨率。
DpiY 获取此 Graphics 的垂直分辨率。
InterpolationMode 获取或设置与此 Graphics 关联的插补模式。
IsClipEmpty 获取一个值,该值指示此 Graphics 的剪辑区域是否为空。
IsVisibleClipEmpty 获取一个值,该值指示此 Graphics 的可见剪辑区域是否为空。
PageScale 获取或设置此 Graphics 的世界单位和页单位之间的比例。
PageUnit 获取或设置用于此 Graphics 中的页坐标的度量单位。
PixelOffsetMode 获取或设置一个值。该值指定在呈现此 Graphics 的过程中像素怎样偏移。
RenderingOrigin 为抵色处理和阴影画笔获取或设置此 Graphics 的呈现原点。
SmoothingMode 获取或设置此 Graphics 的呈现质量。
TextContrast 获取或设置呈现文本的灰度校正值。
TextRenderingHint 获取或设置与此 Graphics 关联的文本的呈现模式。
Transform 获取或设置此 Graphics 的几何世界变换的副本。
VisibleClipBounds 获取此 Graphics 的可见剪辑区域的边框。
页首
方法
名称 说明
AddMetafileComment 向当前 Metafile 加入凝视。
BeginContainer 保存具有此 Graphics 的当前状态的图形容器,然后打开并使用新的图形容器。
BeginContainer(Rectangle, Rectangle, GraphicsUnit) 保存具有此 Graphics 的当前状态的图形容器,然后打开并使用具有指定缩放变形的新图形容器。
BeginContainer(RectangleF, RectangleF, GraphicsUnit) 保存具有此 Graphics 的当前状态的图形容器,然后打开并使用具有指定缩放变形的新图形容器。
Clear 清除整个画图面并以指定背景色填充。
CopyFromScreen(Point, Point, Size) 运行颜色数据(相应于由像素组成的矩形)从屏幕到 Graphics 的画图图面的位块传输。
CopyFromScreen(Point, Point, Size, CopyPixelOperation) 运行颜色数据(相应于由像素组成的矩形)从屏幕到 Graphics 的画图图面的位块传输。
CopyFromScreen(Int32, Int32, Int32, Int32, Size) 运行颜色数据(相应于由像素组成的矩形)从屏幕到 Graphics 的画图图面的位块传输。
CopyFromScreen(Int32, Int32, Int32, Int32, Size, CopyPixelOperation) 运行颜色数据(相应于由像素组成的矩形)从屏幕到 Graphics 的画图图面的位块传输。
CreateObjRef 创建一个对象,该对象包括生成用于与远程对象进行通信的代理所需的全部相关信息。 (继承自 MarshalByRefObject。)
Dispose 释放由 Graphics 使用的全部资源。
DrawArc(Pen, Rectangle, Single, Single) 绘制一段弧线,它表示 Rectangle 结构指定的椭圆的一部分。
DrawArc(Pen, RectangleF, Single, Single) 绘制一段弧线,它表示 RectangleF 结构指定的椭圆的一部分。
DrawArc(Pen, Int32, Int32, Int32, Int32, Int32, Int32) 绘制一段弧线。它表示由一对坐标、宽度和高度指定的椭圆部分。
DrawArc(Pen, Single, Single, Single, Single, Single, Single) 绘制一段弧线,它表示由一对坐标、宽度和高度指定的椭圆部分。
DrawBezier(Pen, Point, Point, Point, Point) 绘制由 4 个 Point 结构定义的贝塞尔样条。
DrawBezier(Pen, PointF, PointF, PointF, PointF) 绘制由 4 个 PointF 结构定义的贝塞尔样条。
DrawBezier(Pen, Single, Single, Single, Single, Single, Single, Single, Single) 绘制由四个表示点的有序坐标对定义的贝塞尔样条。
DrawBeziers(Pen, Point()) 用 Point 结构数组绘制一系列贝塞尔样条。
DrawBeziers(Pen, PointF()) 用 PointF 结构数组绘制一系列贝塞尔样条。
DrawClosedCurve(Pen, Point()) 绘制由 Point 结构的数组定义的闭合基数样条。
DrawClosedCurve(Pen, PointF()) 绘制由 PointF 结构的数组定义的闭合基数样条。
DrawClosedCurve(Pen, Point(), Single, FillMode) 使用指定的张力绘制由 Point 结构数组定义的闭合基数样条。
DrawClosedCurve(Pen, PointF(), Single, FillMode) 使用指定的张力绘制由 PointF 结构数组定义的闭合基数样条。
DrawCurve(Pen, Point()) 绘制经过一组指定的 Point 结构的基数样条。
DrawCurve(Pen, PointF()) 绘制经过一组指定的 PointF 结构的基数样条。
DrawCurve(Pen, Point(), Single) 使用指定的张力绘制经过一组指定的 Point 结构的基数样条。
DrawCurve(Pen, PointF(), Single) 使用指定的张力绘制经过一组指定的 PointF 结构的基数样条。
DrawCurve(Pen, PointF(), Int32, Int32) 绘制经过一组指定的 PointF 结构的基数样条。
从相对于数组開始位置的偏移量開始绘制。
DrawCurve(Pen, Point(), Int32, Int32, Single) 使用指定的张力绘制经过一组指定的 Point 结构的基数样条。
DrawCurve(Pen, PointF(), Int32, Int32, Single) 使用指定的张力绘制经过一组指定的 PointF 结构的基数样条。 从相对于数组開始位置的偏移量開始绘制。
DrawEllipse(Pen, Rectangle) 绘制边界 Rectangle 结构指定的椭圆。
DrawEllipse(Pen, RectangleF) 绘制边界 RectangleF 定义的椭圆。
DrawEllipse(Pen, Int32, Int32, Int32, Int32) 绘制一个由边框定义的椭圆,该边框由矩形的左上角坐标、高度和宽度指定。
DrawEllipse(Pen, Single, Single, Single, Single) 绘制一个由边框(该边框由一对坐标、高度和宽度指定)定义的椭圆。
DrawIcon(Icon, Rectangle) 在 Rectangle 结构指定的区域内绘制指定的 Icon 表示的图像。
DrawIcon(Icon, Int32, Int32) 在指定坐标处绘制由指定的 Icon 表示的图像。
DrawIconUnstretched 绘制指定的 Icon 表示的图像。而不缩放该图像。
DrawImage(Image, Point) 在指定的位置使用原始物理大小绘制指定的 Image。
DrawImage(Image, Point()) 在指定位置而且按指定形状和大小绘制指定的 Image。
DrawImage(Image, PointF) 在指定的位置使用原始物理大小绘制指定的 Image。
DrawImage(Image, PointF()) 在指定位置而且按指定形状和大小绘制指定的 Image。
DrawImage(Image, Rectangle) 在指定位置而且按指定大小绘制指定的 Image。
DrawImage(Image, RectangleF) 在指定位置而且按指定大小绘制指定的 Image。
DrawImage(Image, Int32, Int32) 在由坐标对指定的位置,使用图像的原始物理大小绘制指定的图像。
DrawImage(Image, Single, Single) 在指定的位置使用原始物理大小绘制指定的 Image。
DrawImage(Image, Point(), Rectangle, GraphicsUnit) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, PointF(), RectangleF, GraphicsUnit) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Rectangle, Rectangle, GraphicsUnit) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, RectangleF, RectangleF, GraphicsUnit) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Point(), Rectangle, GraphicsUnit, ImageAttributes) 在指定位置绘制指定的 Image 的指定部分。
DrawImage(Image, PointF(), RectangleF, GraphicsUnit, ImageAttributes) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Int32, Int32, Rectangle, GraphicsUnit) 在指定的位置绘制图像的一部分。
DrawImage(Image, Int32, Int32, Int32, Int32) 在指定位置而且按指定大小绘制指定的 Image。
DrawImage(Image, Single, Single, RectangleF, GraphicsUnit) 在指定的位置绘制图像的一部分。
DrawImage(Image, Single, Single, Single, Single) 在指定位置而且按指定大小绘制指定的 Image。
DrawImage(Image, Point(), Rectangle, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, PointF(), RectangleF, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Point(), Rectangle, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort, Int32) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, PointF(), RectangleF, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort, Int32) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort, IntPtr) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes, Graphics.DrawImageAbort, IntPtr) 在指定位置而且按指定大小绘制指定的 Image 的指定部分。
DrawImageUnscaled(Image, Point) 在指定的位置使用图像的原始物理大小绘制指定的图像。
DrawImageUnscaled(Image, Rectangle) 在指定的位置使用图像的原始物理大小绘制指定的图像。
DrawImageUnscaled(Image, Int32, Int32) 在由坐标对指定的位置,使用图像的原始物理大小绘制指定的图像。
DrawImageUnscaled(Image, Int32, Int32, Int32, Int32) 在指定的位置使用图像的原始物理大小绘制指定的图像。
DrawImageUnscaledAndClipped 在不进行缩放的情况下绘制指定的图像。并在须要时剪辑该图像以适合指定的矩形。
DrawLine(Pen, Point, Point) 绘制一条连接两个 Point 结构的线。
DrawLine(Pen, PointF, PointF) 绘制一条连接两个 PointF 结构的线。
DrawLine(Pen, Int32, Int32, Int32, Int32) 绘制一条连接由坐标对指定的两个点的线条。
DrawLine(Pen, Single, Single, Single, Single) 绘制一条连接由坐标对指定的两个点的线条。
DrawLines(Pen, Point()) 绘制一系列连接一组 Point 结构的线段。
DrawLines(Pen, PointF()) 绘制一系列连接一组 PointF 结构的线段。
DrawPath 绘制 GraphicsPath。
DrawPie(Pen, Rectangle, Single, Single) 绘制由一个 Rectangle 结构和两条射线所指定的椭圆定义的扇形。
DrawPie(Pen, RectangleF, Single, Single) 绘制由一个 RectangleF 结构和两条射线所指定的椭圆定义的扇形。
DrawPie(Pen, Int32, Int32, Int32, Int32, Int32, Int32) 绘制一个扇形。该形状由一个坐标对、宽度、高度以及两条射线所指定的椭圆定义。
DrawPie(Pen, Single, Single, Single, Single, Single, Single) 绘制一个扇形,该形状由一个坐标对、宽度、高度以及两条射线所指定的椭圆定义。
DrawPolygon(Pen, Point()) 绘制由一组 Point 结构定义的多边形。
DrawPolygon(Pen, PointF()) 绘制由一组 PointF 结构定义的多边形。
DrawRectangle(Pen, Rectangle) 绘制由 Rectangle 结构指定的矩形。
DrawRectangle(Pen, Int32, Int32, Int32, Int32) 绘制由坐标对、宽度和高度指定的矩形。
DrawRectangle(Pen, Single, Single, Single, Single) 绘制由坐标对、宽度和高度指定的矩形。
DrawRectangles(Pen, Rectangle()) 绘制一系列由 Rectangle 结构指定的矩形。
DrawRectangles(Pen, RectangleF()) 绘制一系列由 RectangleF 结构指定的矩形。
DrawString(String, Font, Brush, PointF) 在指定位置而且用指定的 Brush 和 Font 对象绘制指定的文本字符串。
DrawString(String, Font, Brush, RectangleF) 在指定矩形而且用指定的 Brush 和 Font 对象绘制指定的文本字符串。
DrawString(String, Font, Brush, PointF, StringFormat) 使用指定 StringFormat 的格式化特性。用指定的 Brush 和 Font 对象在指定的位置绘制指定的文本字符串。
DrawString(String, Font, Brush, RectangleF, StringFormat) 使用指定 StringFormat 的格式化特性。用指定的 Brush 和 Font 对象在指定的矩形绘制指定的文本字符串。
DrawString(String, Font, Brush, Single, Single) 在指定位置而且用指定的 Brush 和 Font 对象绘制指定的文本字符串。
DrawString(String, Font, Brush, Single, Single, StringFormat) 使用指定 StringFormat 的格式化特性,用指定的 Brush 和 Font 对象在指定的位置绘制指定的文本字符串。
EndContainer 关闭当前图形容器,并将此 Graphics 的状态还原到通过调用 BeginContainer 方法保存的状态。
EnumerateMetafile(Metafile, Point, Graphics.EnumerateMetafileProc) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的点处显示。
EnumerateMetafile(Metafile, Point(), Graphics.EnumerateMetafileProc) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的平行四边形中显示。
EnumerateMetafile(Metafile, PointF, Graphics.EnumerateMetafileProc) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的点处显示。
EnumerateMetafile(Metafile, PointF(), Graphics.EnumerateMetafileProc) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的平行四边形中显示。
EnumerateMetafile(Metafile, Rectangle, Graphics.EnumerateMetafileProc) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的矩形中显示。
EnumerateMetafile(Metafile, RectangleF, Graphics.EnumerateMetafileProc) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的矩形中显示。
EnumerateMetafile(Metafile, Point, Graphics.EnumerateMetafileProc, IntPtr) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的点处显示。
EnumerateMetafile(Metafile, Point(), Graphics.EnumerateMetafileProc, IntPtr) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的平行四边形中显示。
EnumerateMetafile(Metafile, PointF, Graphics.EnumerateMetafileProc, IntPtr) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的点处显示。
EnumerateMetafile(Metafile, PointF(), Graphics.EnumerateMetafileProc, IntPtr) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的平行四边形中显示。
EnumerateMetafile(Metafile, Rectangle, Graphics.EnumerateMetafileProc, IntPtr) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的矩形中显示。
EnumerateMetafile(Metafile, RectangleF, Graphics.EnumerateMetafileProc, IntPtr) 将指定 Metafile 中的记录逐个发送到回调方法以在指定的矩形中显示。
EnumerateMetafile(Metafile, Point, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将指定 Metafile 中的记录逐个发送到回调方法,以在指定的点处用指定的图像特性显示。
EnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, Graphics.EnumerateMetafileProc) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的点处显示。
EnumerateMetafile(Metafile, Point(), Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将指定 Metafile 中的记录逐个发送到回调方法,以在指定的平行四边形中用指定的图像特性显示。
EnumerateMetafile(Metafile, Point(), Rectangle, GraphicsUnit, Graphics.EnumerateMetafileProc) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的平行四边形中显示。
EnumerateMetafile(Metafile, PointF, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将指定 Metafile 中的记录逐个发送到回调方法。以在指定的点处用指定的图像特性显示。
EnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, Graphics.EnumerateMetafileProc) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的点处显示。
EnumerateMetafile(Metafile, PointF(), Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将指定 Metafile 中的记录逐个发送到回调方法。以在指定的平行四边形中用指定的图像特性显示。
EnumerateMetafile(Metafile, PointF(), RectangleF, GraphicsUnit, Graphics.EnumerateMetafileProc) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的平行四边形中显示。
EnumerateMetafile(Metafile, Rectangle, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将指定 Metafile 中的记录逐个发送到回调方法,以在指定的矩形中用指定的图像特性显示。
EnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, Graphics.EnumerateMetafileProc) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的矩形中显示。
EnumerateMetafile(Metafile, RectangleF, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将指定 Metafile 中的记录逐个发送到回调方法,以在指定的矩形中用指定的图像特性显示。
EnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, Graphics.EnumerateMetafileProc) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的矩形中显示。
EnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的点处显示。
EnumerateMetafile(Metafile, Point(), Rectangle, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的平行四边形中显示。
EnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的点处显示。
EnumerateMetafile(Metafile, PointF(), RectangleF, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的平行四边形中显示。
EnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的矩形中显示。
EnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr) 将 Metafile 中选定矩形内的记录逐个发送到回调方法以在指定的矩形中显示。
EnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将 Metafile 中选定矩形内的记录逐个发送到回调方法。以在指定的点处用指定的图像特性显示。
EnumerateMetafile(Metafile, Point(), Rectangle, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将 Metafile 中选定矩形内的记录逐个发送到回调方法,以在指定的平行四边形中用指定的图像特性显示。
EnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将 Metafile 中选定矩形内的记录逐个发送到回调方法。以在指定的点处用指定的图像特性显示。
EnumerateMetafile(Metafile, PointF(), RectangleF, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将 Metafile 中选定矩形内的记录逐个发送到回调方法,以在指定的平行四边形中用指定的图像特性显示。
EnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将 Metafile 中选定矩形内的记录逐个发送到回调方法,以在指定的矩形中用指定的图像特性显示。
EnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, Graphics.EnumerateMetafileProc, IntPtr, ImageAttributes) 将 Metafile 中选定矩形内的记录逐个发送到回调方法,以在指定的矩形中用指定的图像特性显示。
Equals(Object) 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
ExcludeClip(Rectangle) 更新此 Graphics 的剪辑区域,以排除 Rectangle 结构所指定的区域。
ExcludeClip(Region) 更新此 Graphics 的剪辑区域。以排除 Region 所指定的区域。
FillClosedCurve(Brush, Point()) 填充由 Point 结构数组定义的闭合基数样条曲线的内部。
FillClosedCurve(Brush, PointF()) 填充由 PointF 结构数组定义的闭合基数样条曲线的内部。
FillClosedCurve(Brush, Point(), FillMode) 使用指定的填充模式填充 Point 结构数组定义的闭合基数样条曲线的内部。
FillClosedCurve(Brush, PointF(), FillMode) 使用指定的填充模式填充 PointF 结构数组定义的闭合基数样条曲线的内部。
FillClosedCurve(Brush, Point(), FillMode, Single) 使用指定的填充模式和张力填充 Point 结构数组定义的闭合基数样条曲线的内部。
FillClosedCurve(Brush, PointF(), FillMode, Single) 使用指定的填充模式和张力填充 PointF 结构数组定义的闭合基数样条曲线的内部。
FillEllipse(Brush, Rectangle) 填充 Rectangle 结构指定的边框所定义的椭圆的内部。
FillEllipse(Brush, RectangleF) 填充 RectangleF 结构指定的边框所定义的椭圆的内部。
FillEllipse(Brush, Int32, Int32, Int32, Int32) 填充边框所定义的椭圆的内部,该边框由一对坐标、一个宽度和一个高度指定。
FillEllipse(Brush, Single, Single, Single, Single) 填充边框所定义的椭圆的内部,该边框由一对坐标、一个宽度和一个高度指定。
FillPath 填充 GraphicsPath 的内部。
FillPie(Brush, Rectangle, Single, Single) 填充椭圆所定义的扇形区的内部,该椭圆由 RectangleF 结构和两条射线指定。
FillPie(Brush, Int32, Int32, Int32, Int32, Int32, Int32) 填充由一对坐标、一个宽度、一个高度以及两条射线指定的椭圆所定义的扇形区的内部。
FillPie(Brush, Single, Single, Single, Single, Single, Single) 填充由一对坐标、一个宽度、一个高度以及两条射线指定的椭圆所定义的扇形区的内部。
FillPolygon(Brush, Point()) 填充 Point 结构指定的点数组所定义的多边形的内部。
FillPolygon(Brush, PointF()) 填充 PointF 结构指定的点数组所定义的多边形的内部。
FillPolygon(Brush, Point(), FillMode) 使用指定的填充模式填充 Point 结构指定的点数组所定义的多边形的内部。
FillPolygon(Brush, PointF(), FillMode) 使用指定的填充模式填充 PointF 结构指定的点数组所定义的多边形的内部。
FillRectangle(Brush, Rectangle) 填充 Rectangle 结构指定的矩形的内部。
FillRectangle(Brush, RectangleF) 填充 RectangleF 结构指定的矩形的内部。
FillRectangle(Brush, Int32, Int32, Int32, Int32) 填充由一对坐标、一个宽度和一个高度指定的矩形的内部。
FillRectangle(Brush, Single, Single, Single, Single) 填充由一对坐标、一个宽度和一个高度指定的矩形的内部。
FillRectangles(Brush, Rectangle()) 填充由 Rectangle 结构指定的一系列矩形的内部。
FillRectangles(Brush, RectangleF()) 填充由 RectangleF 结构指定的一系列矩形的内部。
FillRegion 填充 Region 的内部。
Finalize 同意对象在“垃圾回收”回收之前尝试释放资源并运行其它清理操作。 (继承自 Object。)
Flush 强制运行全部挂起的图形操作并马上返回而不等待操作完毕。
Flush(FlushIntention) 用此方法强制运行全部挂起的图形操作,依照指定,等待或者不等待,在操作完毕之前返回。
FromHdc(IntPtr) 从设备上下文的指定句柄创建新的 Graphics。
FromHdc(IntPtr, IntPtr) 从设备上下文的指定句柄和设备的句柄创建新的 Graphics。
FromHdcInternal 基础结构。返回指定设备上下文的 Graphics。
FromHwnd 从窗体的指定句柄创建新的 Graphics。
FromHwndInternal 基础结构。
创建指定 Windows 句柄的新 Graphics。
FromImage 从指定的 Image 创建新的 Graphics。
GetContextInfo 基础结构。获取累积的图形上下文。
GetHalftonePalette 获取当前 Windows 的半色调调色板的句柄。
GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
GetHdc 获取与此 Graphics 关联的设备上下文的句柄。
GetLifetimeService 检索控制此实例的生存期策略的当前生存期服务对象。
(继承自 MarshalByRefObject。)
GetNearestColor 获取与指定的 Color 结构最接近的颜色。
GetType 获取当前实例的 Type。 (继承自 Object。)
InitializeLifetimeService 获取控制此实例的生存期策略的生存期服务对象。 (继承自 MarshalByRefObject。
)
IntersectClip(Rectangle) 将此 Graphics 的剪辑区域更新为当前剪辑区域与指定 Rectangle 结构的交集。
IntersectClip(RectangleF) 将此 Graphics 的剪辑区域更新为当前剪辑区域与指定 RectangleF 结构的交集。
IntersectClip(Region) 将此 Graphics 对象的剪辑区域更新为当前剪辑区域与指定 Region 的交集。
IsVisible(Point) 指示指定的 Point 结构是否包括在此 Graphics 的可见剪辑区域内。
IsVisible(PointF) 指示指定的 PointF 结构是否包括在此 Graphics 的可见剪辑区域内。
IsVisible(Rectangle) 指示 Rectangle 结构指定的矩形是否包括在此 Graphics 的可见剪辑区域内。
IsVisible(RectangleF) 指示 RectangleF 结构指定的矩形是否包括在此 Graphics 的可见剪辑区域内。
IsVisible(Int32, Int32) 指示由一对坐标指定的点是否包括在此 Graphics 的可见剪辑区域内。
IsVisible(Single, Single) 指示由一对坐标指定的点是否包括在此 Graphics 的可见剪辑区域内。
IsVisible(Int32, Int32, Int32, Int32) 指示由一对坐标、一个宽度和一个高度指定的矩形是否包括在此 Graphics 的可见剪辑区域内。
IsVisible(Single, Single, Single, Single) 指示由一对坐标、一个宽度和一个高度指定的矩形是否包括在此 Graphics 的可见剪辑区域内。
MeasureCharacterRanges 获取 Region 对象的数组,当中每一个对象将字符位置的范围限定在指定字符串内。
MeasureString(String, Font) 測量用指定的 Font 绘制的指定字符串。
MeasureString(String, Font, SizeF) 当在指定的布局区域内以指定的 Font 绘制时,測量指定的字符串。
MeasureString(String, Font, Int32) 測量用指定的 Font 绘制的指定字符串。
MeasureString(String, Font, PointF, StringFormat) 測量用指定的 Font 绘制并用指定的 StringFormat 格式化的指定字符串。
MeasureString(String, Font, SizeF, StringFormat) 測量用指定的 Font 绘制并用指定的 StringFormat 格式化的指定字符串。
MeasureString(String, Font, Int32, StringFormat) 測量用指定的 Font 绘制并用指定的 StringFormat 格式化的指定字符串。
MeasureString(String, Font, SizeF, StringFormat, Int32, Int32) 測量用指定的 Font 绘制并用指定的 StringFormat 格式化的指定字符串。
MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
MemberwiseClone(Boolean) 创建当前 MarshalByRefObject 对象的浅表副本。
(继承自 MarshalByRefObject。)
MultiplyTransform(Matrix) 将此 Graphics 的世界变换乘以指定的 Matrix。
MultiplyTransform(Matrix, MatrixOrder) 以指定顺序将此 Graphics 的世界变换乘以指定的 Matrix。
ReleaseHdc 释放通过曾经对此 Graphics 的 GetHdc 方法的调用获得的设备上下文句柄。
ReleaseHdc(IntPtr) 释放通过曾经对此 Graphics 的 GetHdc 方法的调用获得的设备上下文句柄。
ReleaseHdcInternal 基础结构。释放设备上下文的句柄。
ResetClip 将此 Graphics 的剪辑区域重置为无限区域。
ResetTransform 将此 Graphics 的世界变换矩阵重置为单位矩阵。
Restore 将此 Graphics 的状态还原到 GraphicsState 表示的状态。
RotateTransform(Single) 将指定旋转应用于此 Graphics 的变换矩阵。
RotateTransform(Single, MatrixOrder) 以指定顺序将指定旋转应用到此 Graphics 的变换矩阵。
Save 保存此 Graphics 的当前状态。并用 GraphicsState 标识保存的状态。
ScaleTransform(Single, Single) 将指定的缩放操作应用于此 Graphics 的变换矩阵,方法是将该对象的变换矩阵左乘该缩放矩阵。
ScaleTransform(Single, Single, MatrixOrder) 以指定顺序将指定的缩放操作应用到此 Graphics 的变换矩阵。
SetClip(Graphics) 将此 Graphics 的剪辑区域设置为指定 Graphics 的 Clip 属性。
SetClip(GraphicsPath) 将此 Graphics 的剪辑区域设置为指定的 GraphicsPath。
SetClip(Rectangle) 将此 Graphics 的剪辑区域设置为 Rectangle 结构指定的矩形。
SetClip(RectangleF) 将此 Graphics 的剪辑区域设置为 RectangleF 结构指定的矩形。
SetClip(Graphics, CombineMode) 将此 Graphics 的剪辑区域设置为当前剪辑区域和指定的 Graphics 的 Clip 属性指定的组合操作的结果。
SetClip(GraphicsPath, CombineMode) 将此 Graphics 的剪辑区域设置为当前剪辑区域与指定 GraphicsPath 的组合结果。
SetClip(Rectangle, CombineMode) 将此 Graphics 的剪辑区域设置为当前剪辑区域与 Rectangle 结构所指定矩形的组合结果。
SetClip(RectangleF, CombineMode) 将此 Graphics 的剪辑区域设置为当前剪辑区域与 RectangleF 结构所指定矩形的组合结果。
SetClip(Region, CombineMode) 将此 Graphics 的剪辑区域设置为当前剪辑区域与指定 Region 的组合结果。
ToString 返回表示当前对象的字符串。 (继承自 Object。
)
TransformPoints(CoordinateSpace, CoordinateSpace, Point()) 使用此 Graphics 的当前世界变换和页变换,将点数组从一个坐标空间转换到还有一个坐标空间。
TransformPoints(CoordinateSpace, CoordinateSpace, PointF()) 使用此 Graphics 的当前世界变换和页变换,将点数组从一个坐标空间转换到还有一个坐标空间。
TranslateClip(Int32, Int32) 将此 Graphics 的剪辑区域沿水平方向和垂直方向平移指定的量。
TranslateClip(Single, Single) 将此 Graphics 的剪辑区域沿水平方向和垂直方向平移指定的量。
TranslateTransform(Single, Single) 通过使此 Graphics 的变换矩阵左乘指定的平移来更改坐标系统的原点。
TranslateTransform(Single, Single, MatrixOrder) 通过以指定顺序将指定平移应用于此 Graphics 的变换矩阵来更改坐标系统的原点。
【转载】C# Graphics类具体解释的更多相关文章
- Win32中GDI+应用(三)---Graphics类
在我理解看来,Graphics是一个device context和你的drawing conetent之间的一个中介.它存储了device context的相关属性,以及drawing content ...
- java 基础二 Graphics类
一.处理图形 1.画直线 void drawLine (int startx , int starty , int endx , int endy) 参数列表:直线开始的横坐标.纵坐标,直线结束的横坐 ...
- Graphics类绘制图形
1. 画直线 void drawLine(int startX,int startY,int endX,int endY); 四个参数分别为:起始点的x坐标和y坐标以及终点的x坐标和y坐标,该方法用于 ...
- Java String类具体解释
Java String类具体解释 Java字符串类(java.lang.String)是Java中使用最多的类,也是最为特殊的一个类,非常多时候,我们对它既熟悉又陌生. 类结构: public fin ...
- C# GDI+之Graphics类 z
GDI+是GDI的后继者,它是.NET Framework为操作图形提供的应用程序编程接口,主要用在窗体上绘制各种图形图像,可以用于绘制各种数据图像.数学仿真等. Graphics类是GDI+的核心, ...
- C# GDI+编程之Graphics类
GDI+是GDI的后继者,它是.NET Framework为操作图形提供的应用程序编程接口,主要用在窗体上绘制各种图形图像,可以用于绘制各种数据图像.数学仿真等. Graphics类是GDI+的核心, ...
- Java知多少(98)Graphics类的绘图方法
Graphics类提供基本绘图方法,Graphics2D类提供更强大的绘图能力.本节讲解Graphics类,下节讲解Graphics2D. Graphics类提供基本的几何图形绘制方法,主要有:画线段 ...
- Java的Graphics类进行绘图的方法详解
Graphics类提供基本绘图方法,Graphics2D类提供更强大的绘图能力. Graphics类提供基本的几何图形绘制方法,主要有:画线段.画矩形.画圆.画带颜色的图形.画椭圆.画圆弧.画多边形等 ...
- 【转载】UML类图几种关系的总结
因为有的时候很久不弄UML图,老是忘记几个常见的连接线的意思,这篇完全说转载:UML类图几种关系的总结 在UML类图中,常见的有以下几种关系: 泛化(Generalization), 实现(Real ...
随机推荐
- canvas抛物线运动轨迹
本来是想做一个贝塞尔曲线运动轨迹的 公式太复杂了,懒得算,公式在最后 我先画了一个抛物线,我确定了两个点,起点(0,0),终点(200,200) 用坐标系可算出方程 y=-0.005x^2 现在找出终 ...
- HTTP 的长连接和短连接
一.什么是长连接 HTTP1.1规定了默认保持长连接(HTTP persistent connection ,也有翻译为持久连接),数据传输完成了保持TCP连接不断开(不发RST包.不四次握手),等待 ...
- set 集合的知识
1. 定义: 2. 集合的交集,并集,差集: 3. 集合添加add(无序): 4. 添加可迭代对象(字符串,列表,元组)update: 字符串实例: 5. 删除元素( pop , remove ): ...
- 素数筛选-hdu1262
题目描述: 代码实现: #include<stdio.h> using namespace std; ]; void sieve(int n) { ;i<;i++) prime[i] ...
- P2399 non hates math
P2399 non hates math将分数化成小数的模拟题,把循环减掉就可以了.1.1(234)*10^4==11234.234*10^1==11.2349999*(1.1(234))==1122 ...
- SQL EXCEPT INTERSECT
EXCEPT是指在第一个集合中存在,但是不存在于第二个集合中的数据. INTERSECT是指在两个集合中都存在的数据. )) go )) go insert into t1 ,'t1' union a ...
- psssss test
我觉得我不该写博客了
- POJ.3648.Wedding(2-SAT)
题目链接 题意看这吧..https://www.cnblogs.com/wenruo/p/5885948.html \(Solution\) 每对夫妇只能有一个坐在新娘这一边,这正符合2-SAT初始状 ...
- Python3科学计算库概况
Python3科学计算常见库入门 Numpy快速数据处理库 参见我的博客 http://www.cnblogs.com/brightyuxl/p/8981294.html http://www.cnb ...
- C++ 友元函数总结
1.为什么要引入友元函数:在实现类之间数据共享时,减少系统开销,提高效率 具体来说:为了使其他类的成员函数直接访问该类的私有变量 即:允许外面的类或函数去访问类的私有变量和保护变量,从而使两个类共享同 ...