[]
Initializes a new instance of the SvgViewBox struct.
public SvgViewBox(float minX, float minY, float width, float height)
Public Sub New(minX As Single, minY As Single, width As Single, height As Single)
| Type | Name | Description |
|---|---|---|
| float | minX | |
| float | minY | |
| float | width | |
| float | height |
Initializes a new instance of the SvgViewBox struct from a RectangleF.
public SvgViewBox(RectangleF rect)
Public Sub New(rect As RectangleF)
| Type | Name | Description |
|---|---|---|
| RectangleF | rect |