Unit.FromPoints

Unit.FromPoints method

Returns a Length object that is represented in points.

public static Length FromPoints(double value)
ParameterTypeDescription
valueDoubleThe value.

Return Value

Returns a Length object.

See Also