Skip to main content

Units.DocumentsToPixels(Point, Single, Single) Method

Converts rectangle coordinates 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 Point DocumentsToPixels(
    Point val,
    float dpiX,
    float dpiY
)

Parameters

Name Type Description
val Point

A RectangleF 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
Point

A RectangleF structure composed of four floating-point numbers that represent the location and size of a rectangle.

See Also