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