'宣言 Public Function New( _ ByVal value As System.Single, _ Optional ByVal units As SvgLengthUnits _ )
public SvgLength( System.float value, SvgLengthUnits units )
パラメータ
- value
- The value of a length in specified units.
- units
- The type of length units.
'宣言 Public Function New( _ ByVal value As System.Single, _ Optional ByVal units As SvgLengthUnits _ )
public SvgLength( System.float value, SvgLengthUnits units )