GraphicsUnitConverter.DocToPixel(PointF) Method
Converts the coordinates of a point calculated in document units (measured in 1/300 of an inch) to a value calculated in pixels.
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