[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.-ctor

GcSvgGraphics Constructor

GcSvgGraphics(float, float)

Initializes a new instance of the GcSvgGraphics class.

Declaration
public GcSvgGraphics(float width, float height)
Public Sub New(width As Single, height As Single)
Parameters
Type Name Description
float width

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

float height

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