Method |
Description |
|
SVGEllipse ( string brush, Rectangle rect ) : void |
|
|
SVGLine ( string pen, Point pt1, Point pt2 ) : void |
|
|
SVGLine ( string pen, int x1, int y1, int x2, int y2 ) : void |
|
|
SVGPath ( string style, string drawCommand ) : void |
|
|
SVGPolygonToDrawCommand ( Point pathPoint ) : string |
|
|
SVGRectangle ( string pen, Rectangle rect ) : void |
|
|
SVGText ( List text, string style, Point point, float fontSize, Size size ) : void |
|
|
SVGText ( string text, string style, Point point ) : void |
|
|
SVGText ( string text, string style, Rectangle rect ) : void |
|
|
WrapText ( Graphics g, Font font, string text, float pixels ) : List |
|
|