|
Name |
Description |
![Public Method](dotnetimages/PublicMethod.gif) |
BeginSvgSelection |
This method starts SVG Selection mode (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
Close |
Used to Close and put finish tag on SVG document (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawArc |
Draws an arc representing a portion of an ellipse specified by a Rectangle structure. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawBezier |
Draws a Bézier spline defined by four Point structures. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawBeziers |
Draws a series of Bézier splines from an array of PointF structures. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawClosedCurve |
Draws a closed cardinal spline defined by an array of Point structures. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawCurve |
Overloaded. Draws a cardinal spline through a specified array of Point structures. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawEllipse |
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawEllipseA |
Animates and draws the interior of a ellipse specified by a RectangleA structure. |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawImage |
Overloaded. Draws the specified portion of the specified Image object at the specified location and with the specified size. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawImageA |
Draws the specified portion of the specified Image object at the specified location and with the specified size. |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawLine |
Draws a line connecting the two points specified by coordinate pairs. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawLineA |
Animates and draws a line connecting the two points specified by coordinate pairs. |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawLines |
Draws a series of line segments that connect an array of Point structures. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawPath |
Draws a GraphicsPath object. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawPie |
Draws a pie shape defined by an ellipse specified by a Rectangle structure and two radial lines. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawPolygon |
Draws a polygon defined by an array of Point structures. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawPolygonA |
Draw a polygon defined by an array of Point structures. |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawRectangle |
Draws a rectangle specified by a coordinate pair, a width, and a height. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawRectangleA |
Animates and draws a rectangle specified by a coordinate pair, a width, and a height. |
![Public Method](dotnetimages/PublicMethod.gif) |
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. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
DrawStringA |
Overloaded. Draws the specified animated text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object. |
![Public Method](dotnetimages/PublicMethod.gif) |
EndSvgSelection |
This method stops SVG Selection mode (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillArc |
Fill an arc representing a portion of an ellipse specified by a Rectangle structure. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillBezier |
Fill a Bézier spline defined by four Point structures. If curve is open a line will connect the curve. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillClosedCurve |
Fill a closed cardinal spline defined by an array of Point structures. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillCurve |
Fill a cardinal spline through a specified array of Point structures. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillEllipse |
Fill an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillEllipseA |
Animates and fills the interior of a ellipse specified by a RectangleA structure. |
![Public Method](dotnetimages/PublicMethod.gif) |
FillPath |
Fill a GraphicsPath object. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillPie |
Fill a pie shape defined by an ellipse specified by a Rectangle structure and two radial lines. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillPolygon |
Fill a polygon defined by an array of Point structures. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillPolygonA |
Fill a polygon defined by an array of Point structures. |
![Public Method](dotnetimages/PublicMethod.gif) |
FillRectangle |
Fills the interior of a rectangle specified by a RectangleF structure. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
FillRectangleA |
Animates and fills the interior of a rectangle specified by a RectangleA structure. |
![Public Method](dotnetimages/PublicMethod.gif) |
FillTexturedRectangle |
Fills the specified Rectangle at the specified location with specified Texture Brush. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
Open |
Overloaded. Open SVG Document for writing (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
ResetClip |
Resets the clip region of this Graphics object to an infinite region. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
SetClip |
Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
SetSmoothingMode |
Sets the rendering quality for this Graphics object. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
SetTitle |
Set Title for SVG document. (Inherited from SvgRendering) |
![Public Method](dotnetimages/PublicMethod.gif) |
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) |