[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgAngle.-ctor

SvgAngle Constructor

SvgAngle(float, SvgAngleUnits)

Initializes a new instance of the SvgAngle struct.

Declaration
public SvgAngle(float value, SvgAngleUnits units = SvgAngleUnits.Unspecified)
Public Sub New(value As Single, Optional units As SvgAngleUnits = SvgAngleUnits.Unspecified)
Parameters
Type Name Description
float value

The value of the angle in specified units.

SvgAngleUnits units

The type of angle units.