[]
Initializes a new instance of the GcSvgGraphics class.
public GcSvgGraphics(float width, float height)
Public Sub New(width As Single, height As Single)
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). |