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

Units.TwipsToPixels(Rectangle, Single, Single) Method

Converts a rectangle from twips to pixels.

Namespace: DevExpress.Office.Utils

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

Declaration

public static Rectangle TwipsToPixels(
    Rectangle val,
    float dpiX,
    float dpiY
)

Parameters

Name Type Description
val Rectangle

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

A Rectangle structure.

See Also