GraphicsUnitConverter.Convert(Point, GraphicsUnit, GraphicsUnit) Method
Adjusts the coordinates of a point calculated for the specified unit of measure according to a new unit of measure.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| val | Point | A Point structure. |
| fromUnit | GraphicsUnit | A GraphicsUnit enumeration value, specifying the initial unit of measure. |
| toUnit | GraphicsUnit | A GraphicsUnit enumeration value, specifying the required unit of measure. |
Returns
| Type | Description |
|---|---|
| Point | A Point structure. |
See Also