DisplayUnitsConverter.PointToInch

DisplayUnitsConverter.PointToInch method

Converts points to inches.

public static float PointToInch(float points)
ParameterTypeDescription
pointsSingleThe value to convert in points.

Return Value

The Single.

See Also