[]
Initializes a new instance of the SvgViewBox struct.
public SvgViewBox(float minX, float minY, float width, float height)
| 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)
| Type | Name | Description |
|---|---|---|
| RectangleF | rect |