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