Skip to main content

Units.PixelsToPointsF(Single, Single) Method

Converts a measurement from pixels to points.

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

public static float PixelsToPointsF(
    float val,
    float dpi
)

Parameters

Name Type Description
val Single

The Single pixels value to be converted to points.

dpi Single

A dpi value of the Single type used for conversion.

Returns

Type Description
Single

A Single value.

See Also