Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawSvg Method / DrawSvg(GcSvgDocument,PointF,Single) Method

In This Topic
    DrawSvg(GcSvgDocument,PointF,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawSvg( _
       ByVal svgDocument As GcSvgDocument, _
       ByVal p As System.Drawing.PointF, _
       Optional ByVal opacity As System.Single _
    ) 
    public void DrawSvg( 
       GcSvgDocument svgDocument,
       System.Drawing.PointF p,
       System.float opacity
    )

    Parameters

    svgDocument
    p
    opacity
    See Also