Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Units.PixelsToTwipsRound(Size, Single, Single) Method

Converts measurements from pixels to twips and rounds their values to the nearest whole number.

Namespace: DevExpress.Office.Utils

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

NuGet Package: DevExpress.Office.Core

Declaration

public static Size PixelsToTwipsRound(
    Size size,
    float dpiX,
    float dpiY
)

Parameters

Name Type Description
size Size

The Size in pixels to be converted to twips.

dpiX Single

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

dpiY Single

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

Returns

Type Description
Size

A Size structure.

See Also