Skip to main content

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

NuGet Package: DevExpress.Data

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