The Graphics type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clears the entire drawing surface and fills it with the specified background color. |
|
CreateFont | Overloaded. Returns the Font instance with the given parameters if such font is presented in this Graphics.FontRegistry. |
|
Dispose |
Releases all resources used by this Graphics. |
|
DrawBezier | Overloaded. Draws a Bezier spline. |
|
DrawBeziers |
Draws a sequence of Bezier curves defined by an array of PointF structures. |
|
DrawContainer |
Draws the specified GraphicsContainer at the location specified by the coordinate pair. |
|
DrawEllipse | Overloaded. Draws an ellipse. |
|
DrawEllipses |
Draws a number of ellipses defined by an array of RectangleF structures representing bounding boxes. |
|
DrawImage | Overloaded. Draws the specified image on the Graphics. |
|
DrawLine | Overloaded. Draws a line connecting the two points. |
|
DrawLines |
Draws a series of line segments that connect number of points defined by an array of PointF structures. |
|
DrawPath |
Draws a path defined by a Path instance. |
|
DrawPolygon |
Draws a polygon defined by an array of PointF structures. |
|
DrawRectangle | Overloaded. Draws a rectangle. |
|
DrawRectangles |
Draws a number of rectangles specified by an array of RectangleF structures. |
|
DrawText |
Draws a text. |
|
Equals | (Inherited from Object.) | |
FillBezier | Overloaded. Fills the interior of a Bezier curve. |
|
FillBeziers |
Fills the interior of a sequence of Bezier curves defined by an array of PointF structures. |
|
FillEllipse | Overloaded. Fills the interior of an ellipse defined by a bounding rectangle. |
|
FillEllipses |
Fills the interior of a number of ellipses defined by an array of RectangleF structures representing bounding boxes. |
|
FillPath |
Draws a path defined by a Path instance. |
|
FillPolygon |
Fills the interior of a polygon defined by an array of PointF structures. |
|
FillRectangle | Overloaded. Fills the interior of a rectangle. |
|
FillRectangles |
Fills the interior of a number of rectangles specified by an array of RectangleF structures. |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
BlendMode |
Gets or sets blending modes. |
|
ClippingPaths |
Gets or sets the collection of clipping paths for this Graphics. |
|
DpiX |
Gets the horizontal resolution of the drawing surface (in pixels per inch). |
|
DpiY |
Gets the vertical resolution of the drawing surface (in pixels per inch). |
|
FillingRule |
Specifies a filling rule for a path. |
|
FontRegistry |
Gets or sets a FontRegistry associated with this Graphics. |
|
Height |
Gets a height of the drawing surface (in pixels). |
|
IndexedColors | ||
Layer | ||
MinPenWidth | ||
Opacity | ||
Overprint |
Gets or sets the overprint mode. |
|
Transform |
Gets or sets a transformation matrix for this Graphics. |
|
Width |
Gets a width of the drawing surface (in pixels). |