Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawSvg Method

In This Topic
    DrawSvg Method
    In This Topic
    Draws a specified SVG document at a point specifying the position of the SVG viewport.

    To specify the position of the SVG content rather than viewport, see DrawSvgContent(GcSvgDocument,PointF,Single).

    Overload List
    OverloadDescription
    Draws a specified SVG document at a point specifying the position of the SVG viewport.

    To specify the position of the SVG content rather than viewport, see DrawSvgContent(GcSvgDocument,PointF,Single).

     
    Draws a specified SVG document, resizing its viewport to fit into a specified rectangle.

    To draw just the content of the SVG ignoring viewport position, see DrawSvgContent(GcSvgDocument,RectangleF,Single).

     
    See Also