Overload | Description |
---|---|
DrawSvgContent(GcSvgDocument,PointF,Single) | Draws the content of a specified SVG document at a point specifying the top-left corner of the SVG content.
To specify the position of the SVG viewport rather than content, see DrawSvg(GcSvgDocument,PointF,Single). |
DrawSvgContent(GcSvgDocument,RectangleF,Single) | Draws the content of a specified SVG document, resizing the content to fit into a specified rectangle.
To draw the SVG resizing its viewport rather than just the content, see DrawSvg(GcSvgDocument,RectangleF,Single). |