[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgLength.-ctor

SvgLength Constructor

SvgLength(float, SvgLengthUnits)

Initializes a new instance of the SvgLength struct.

Declaration
public SvgLength(float value, SvgLengthUnits units = SvgLengthUnits.Number)
Public Sub New(value As Single, Optional units As SvgLengthUnits = SvgLengthUnits.Number)
Parameters
Type Name Description
float value

The value of a length in specified units.

SvgLengthUnits units

The type of length units.