'Declaration Public Function MeasureSvg( _ ByVal svgDocument As GcSvgDocument, _ ByVal viewportPosition As System.Drawing.PointF _ ) As System.Drawing.RectangleF
public System.Drawing.RectangleF MeasureSvg( GcSvgDocument svgDocument, System.Drawing.PointF viewportPosition )
Parameters
- svgDocument
- The SVG document to measure.
- viewportPosition
- The coordinates for the top-left corner of SVG viewport.
Return Value
The content bounds of the resulting image.