Units.PixelsToTwips(Rectangle, Single, Single) Method
Converts a rectangle from pixels to twips.
Namespace: DevExpress.Office.Utils
Assembly: DevExpress.Office.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rect | Rectangle | The Rectangle with measurements in pixels to be converted to documents. |
| 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 |
|---|---|
| Rectangle | A Rectangle structure. |
See Also