Skip to main content

Units.PixelsToHundredthsOfInch(Size, Single) Method

Converts measurements from pixels to hundredths of an inch.

Namespace: DevExpress.Office.Utils

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

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

Declaration

public static Size PixelsToHundredthsOfInch(
    Size val,
    float dpi
)

Parameters

Name Type Description
val Size

The Size in pixels to be converted to hundredths of an inch.

dpi Single

A dpi value of the Single type used for conversion.

Returns

Type Description
Size

A Size structure.

See Also