[]
Calculates the intrinsic size of the SVG viewport, in specified units.
The following units are supported:
public SizeF GetIntrinsicSize(SvgLengthUnits units)
Public Function GetIntrinsicSize(units As SvgLengthUnits) As SizeF
| Type | Name | Description |
|---|---|---|
| SvgLengthUnits | units |
| Type | Description |
|---|---|
| SizeF | The intrinsic size of SVG viewport, or Empty if the size is undefined. |