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

Units.PixelsToDocumentsRound(Size, Single, Single) Method

Converts measurements from pixels to documents and rounds them to the nearest whole number.

Namespace: DevExpress.Office.Utils

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

Declaration

public static Size PixelsToDocumentsRound(
    Size size,
    float dpiX,
    float dpiY
)

Parameters

Name Type Description
size Size

The Size structure in pixels to be converted to documents.

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