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