|
Name |
Description |
|
BeginSvgSelection |
This method starts SVG Selection mode |
|
Close |
Used to Close and put finish tag on SVG document |
|
DrawArc |
Draws an arc representing a portion of an ellipse specified by a Rectangle structure. |
|
DrawBezier |
Draws a Bézier spline defined by four Point structures. |
|
DrawBeziers |
Draws a series of Bézier splines from an array of PointF structures. |
|
DrawClosedCurve |
Draws a closed cardinal spline defined by an array of Point structures. |
|
DrawCurve |
Overloaded. Draws a cardinal spline through a specified array of Point structures. |
|
DrawEllipse |
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. |
|
DrawImage |
Overloaded. Draws the specified portion of the specified Image object at the specified location and with the specified size. |
|
DrawLine |
Draws a line connecting the two points specified by coordinate pairs. |
|
DrawLines |
Draws a series of line segments that connect an array of Point structures. |
|
DrawPath |
Draws a GraphicsPath object. |
|
DrawPie |
Draws a pie shape defined by an ellipse specified by a Rectangle structure and two radial lines. |
|
DrawPolygon |
Draws a polygon defined by an array of Point structures. |
|
DrawRectangle |
Draws a rectangle specified by a coordinate pair, a width, and a height. |
|
DrawString |
Overloaded. Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object. |
|
EndSvgSelection |
This method stops SVG Selection mode |
|
FillArc |
Fill an arc representing a portion of an ellipse specified by a Rectangle structure. |
|
FillBezier |
Fill a Bézier spline defined by four Point structures. If curve is open a line will connect the curve. |
|
FillClosedCurve |
Fill a closed cardinal spline defined by an array of Point structures. |
|
FillCurve |
Fill a cardinal spline through a specified array of Point structures. |
|
FillEllipse |
Fill an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. |
|
FillPath |
Fill a GraphicsPath object. |
|
FillPie |
Fill a pie shape defined by an ellipse specified by a Rectangle structure and two radial lines. |
|
FillPolygon |
Fill a polygon defined by an array of Point structures. |
|
FillRectangle |
Fills the interior of a rectangle specified by a RectangleF structure. |
|
FillTexturedRectangle |
Fills the specified Rectangle at the specified location with specified Texture Brush. |
|
Open |
Overloaded. Open SVG Document for writing |
|
ResetClip |
Resets the clip region of this Graphics object to an infinite region. |
|
SetClip |
Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure. |
|
SetSmoothingMode |
Sets the rendering quality for this Graphics object. |
|
SetTitle |
Set Title for SVG document. |
|
WrapString |
This method is used to wrap string which can not fir specified rectangle. SVG does not support multi line text and automatic text wrapping. |