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