Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgGraphics Class / GcSvgGraphics Constructor
The width of the SVG viewport, in device-independent pixels (1/96ths of an inch).
The height of the SVG viewport, in device-independent pixels (1/96ths of an inch).

In This Topic
    GcSvgGraphics Constructor
    In This Topic
    Initializes a new instance of the GcSvgGraphics class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    )
    public GcSvgGraphics( 
       System.float width,
       System.float height
    )

    Parameters

    width
    The width of the SVG viewport, in device-independent pixels (1/96ths of an inch).
    height
    The height of the SVG viewport, in device-independent pixels (1/96ths of an inch).
    See Also