Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Units.HundredthsOfMillimeterToPixels(Size, Single, Single) Method

Converts a measurement from hundredths of a millimeter to pixels.

Namespace: DevExpress.Office.Utils

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

NuGet Package: DevExpress.Office.Core

Declaration

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

Parameters

Name Type Description
val Size

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

dpiX Single

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

dpiY Single

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

Returns

Type Description
Size

A Size structure.

See Also