GraphicsUnitConverter.DocToDip(Single) Method
Converts the floating-point value calculated in document units (measured in 1/300 of an inch) to a value calculated in device-independent pixels (DIP).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
val | Single | A Single value. |
Returns
Type | Description |
---|---|
Single | A Single value. |
See Also