Skip to main content

Units.TwipsToPixels(Point, Single, Single) Method

Converts point coordinates from twips 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 TwipsToPixels(
    Point val,
    float dpiX,
    float dpiY
)

Parameters

Name Type Description
val Point

The Point with values in twips, to be converted to pixels.

dpiX Single

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

dpiY Single

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

Returns

Type Description
Point

A Point structure.

See Also