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

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

    Parameters

    svgDocument
    targetRect
    opacity
    See Also