Skip to main content

Units.DocumentsToPixels(RectangleF, Single, Single) Method

Converts a rectangle from documents to pixels.

Namespace: DevExpress.Office.Utils

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

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

Declaration

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

Parameters

Name Type Description
val RectangleF

The Rectangle 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
RectangleF

A Rectangle structure.

See Also