DrawSvg(GcSvgDocument,PointF,Single) Method
In This Topic
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).
Syntax
'Declaration
Public Overloads Sub DrawSvg( _
ByVal As GcSvgDocument, _
ByVal As System.Drawing.PointF, _
Optional ByVal As System.Single _
)
public void DrawSvg(
GcSvgDocument ,
System.Drawing.PointF ,
System.float
)
Parameters
- svgDocument
- The SVG document to draw.
- viewportPosition
- The coordinates for drawing the top-left corner of the SVG viewport.
- opacity
- The opacity factor to be applied to the SVG content.
See Also