Units.HundredthsOfMillimeterToPixels(Size, Single, Single) Method
Converts a value in hundredths of millimeters to pixels.
Namespace: DevExpress.Office.Utils
Assembly: DevExpress.Office.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| val | Size | A value in hundredths of millimeters. |
| dpiX | Single | The horizontal resolution in dots per inch (DPI). |
| dpiY | Single | The vertical resolution in dots per inch (DPI). |
Returns
| Type | Description |
|---|---|
| Size | The value converted to pixels. |
See Also