Unit.FromPicas

Unit.FromPicas method

Returns a Length object that is represented in picas.

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

Return Value

Returns a Length object.

See Also