A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public static PointF DocToPixel(
PointF val
)
Public Shared Function DocToPixel(
val As PointF
) As PointF
Parameters
Name | Type | Description |
---|---|---|
val | PointF | A PointF structure. |
Returns
Type | Description |
---|---|
PointF | A PointF structure. |
See Also
Feedback