Skip to main content
A newer version of this page is available. .

Units.PixelsToHundredthsOfMillimeter(Size, Single, Single) Method

Converts measurements from pixels to hundredths of a millimeter.

Namespace: DevExpress.Office.Utils

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

Declaration

public static Size PixelsToHundredthsOfMillimeter(
    Size val,
    float dpiX,
    float dpiY
)

Parameters

Name Type Description
val Size

The Size in pixels to be converted to hundredths of a millimeter.

dpiX Single

A dpi value to be used for conversion of the X-coordinate.

dpiY Single

A dpi value to be used for conversion of the Y-coordinate.

Returns

Type Description
Size

A Size structure.

See Also