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

Units.DocumentsToPixels(Size, Single, Single) Method

Converts height and width from documents to pixels.

Namespace: DevExpress.Office.Utils

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

Declaration

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

Parameters

Name Type Description
val Size

A Size structure with values in documents 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 that contains height and width in pixels.

See Also