XRConvert.ConvertFrom(Int32, Single) Method
Adjusts the integer value calculated for the specified DPI according to the current DPI.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| val | Int32 | An integer value. |
| dpi | Single | A Single value, specifying the initial DPI setting. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value. |
See Also