DisplayUnitsConverter.PointToPixel

DisplayUnitsConverter.PointToPixel method

Converts points to pixels at the specified pixel resolution.

public static int PointToPixel(float points, float dpi)
ParameterTypeDescription
pointsSingleThe value to convert in points.
dpiSingleScreen resolution.

Return Value

The Int32.

See Also