Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public static PointF PixelToDoc(
    PointF val
)

Parameters

Name Type Description
val PointF

A PointF structure.

Returns

Type Description
PointF

A PointF structure.

See Also