[]
Initializes a new instance of the SvgLength struct.
public SvgLength(float value, SvgLengthUnits units = SvgLengthUnits.Number)
Public Sub New(value As Single, Optional units As SvgLengthUnits = SvgLengthUnits.Number)
Type | Name | Description |
---|---|---|
float | value | The value of a length in specified units. |
SvgLengthUnits | units | The type of length units. |