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.) |