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