Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawSvgContent Method / DrawSvgContent(GcSvgDocument,PointF,Single) Method
The SVG document to draw.
The coordinates for the top-left corner of the SVG content.
The opacity factor to be applied to the SVG content.

In This Topic
    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 svgDocument As GcSvgDocument, _
       ByVal contentPosition As System.Drawing.PointF, _
       Optional ByVal opacity As System.Single _
    ) 
    public void DrawSvgContent( 
       GcSvgDocument svgDocument,
       System.Drawing.PointF contentPosition,
       System.float opacity
    )

    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