GraphicsUnitConverter.Convert(SizeF, GraphicsUnit, GraphicsUnit) Method
Adjusts the size calculated for the specified unit of measure according to a new unit of measure.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
val | SizeF | A SizeF 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 |
---|---|
SizeF | A SizeF structure. |
See Also