|
Name |
Description |
|
BeginSelection |
This method starts Selection mode |
|
BeginSvgSelection |
This method starts SVG Selection mode (Inherited from SvgRendering) |
|
Close |
Used to Close and put finish tag on SVG document (Inherited from SvgRendering) |
|
DrawArc |
Overloaded. Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. |
|
DrawBezier |
Draws a Bézier spline defined by four Point structures. (Inherited from SvgRendering) |
|
DrawBeziers |
Draws a series of Bézier splines from an array of PointF structures. (Inherited from SvgRendering) |
|
DrawClosedCurve |
Draws a closed cardinal spline defined by an array of Point structures. (Inherited from SvgRendering) |
|
DrawCurve |
Overloaded. Draws a cardinal spline through a specified array of PointF structures using a specified tension. The drawing begins offset from the beginning of the array. |
|
DrawEllipse |
Overloaded. Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. |
|
DrawEllipseA |
Overloaded. Animates and draws the interior of a ellipse specified by a RectangleA structure. |
|
DrawImage |
Overloaded. Draws the specified portion of the specified Image object at the specified location and with the specified size. |
|
DrawImageA |
Animates and draws the specified portion of the specified Image object at the specified location and with the specified size. |
|
DrawLine |
Overloaded. Draws a line connecting two PointF structures. |
|
DrawLineA |
Overloaded. Animates and draws a line connecting the two points specified by coordinate pairs. |
|
DrawLines |
Overloaded. Draws a series of line segments that connect an array of PointF structures. |
|
DrawPath |
Overloaded. Draws a GraphicsPath object. |
|
DrawPie |
Overloaded. Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, and a height and two radial lines. |
|
DrawPolygon |
Overloaded. Draws a polygon defined by an array of PointF structures. |
|
DrawPolygonA |
Overloaded. Animates and draws a polygon defined by an array of Point structures. |
|
DrawRectangle |
Overloaded. Draws a rectangle specified by a coordinate pair, a width, and a height. |
|
DrawRectangleA |
Overloaded. Animates and draws a rectangle specified by a coordinate pair, a width, and a height. |
|
DrawString |
Overloaded. Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object. |
|
DrawStringA |
Overloaded. Animates and draws specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object. |
|
EndSelection |
This method stops Selection mode |
|
EndSvgSelection |
This method stops SVG Selection mode (Inherited from SvgRendering) |
|
FillArc |
Fill an arc representing a portion of an ellipse specified by a Rectangle structure. (Inherited from SvgRendering) |
|
FillBezier |
Fill a Bézier spline defined by four Point structures. If curve is open a line will connect the curve. (Inherited from SvgRendering) |
|
FillClosedCurve |
Fill a closed cardinal spline defined by an array of Point structures. (Inherited from SvgRendering) |
|
FillCurve |
Fill a cardinal spline through a specified array of Point structures. (Inherited from SvgRendering) |
|
FillEllipse |
Overloaded. Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure. |
|
FillEllipseA |
Overloaded. Animates and fills the interior of a ellipse specified by a RectangleA structure. |
|
FillPath |
Overloaded. Fills the interior of a GraphicsPath object. |
|
FillPie |
Overloaded. Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial lines. |
|
FillPolygon |
Overloaded. Fills the interior of a polygon defined by an array of points specified by PointF structures . |
|
FillPolygonA |
Overloaded. Animates and fills a polygon defined by an array of Point structures. |
|
FillRectangle |
Overloaded. Fills the interior of a rectangle specified by a RectangleF structure. |
|
FillRectangleA |
Overloaded. Animates and fills the interior of a rectangle specified by a RectangleA structure. |
|
FillRegion |
Fills the interior of a Region object. |
|
FillTexturedRectangle |
Fills the specified Rectangle at the specified location with specified Texture Brush. (Inherited from SvgRendering) |
|
MeasureString |
Overloaded. Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object. |
|
Open |
Overloaded. Open SVG Document for writing (Inherited from SvgRendering) |
|
ResetClip |
Resets the clip region of this Graphics object to an infinite region. |
|
Restore |
Restores the state of this Graphics object to the state represented by a GraphicsState object. |
|
Save |
Saves the current state of this Graphics object and identifies the saved state with a GraphicsState object. |
|
SetClip |
Overloaded. Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure. |
|
SetGradient |
Set Gradient colors and type |
|
SetSmoothingMode |
Sets the rendering quality for this Graphics object. (Inherited from SvgRendering) |
|
SetTitle |
Set Title for SVG document. (Inherited from SvgRendering) |
|
TranslateTransform |
Prepends the specified translation to the transformation matrix of this Graphics object. |
|
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. (Inherited from SvgRendering) |