Units.HundredthsOfMillimeterToPixels(Size, Single, Single) Method
Converts a measurement from hundredths of a millimeter to pixels.
Namespace: DevExpress.Office.Utils
Assembly: DevExpress.Office.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
val | Size | The Size with values in hundredths of a millimeter to be converted to pixels. |
dpiX | Single | A dpi value used for conversion of the X-coordinate. |
dpiY | Single | A dpi value used for conversion of the Y-coordinate. |
Returns
Type | Description |
---|---|
Size | A Size structure. |
See Also