Skip to main content
All docs
V23.2

GraphicsUnitConverter.DeviceDpiToDoc(PointF, Single) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static PointF DeviceDpiToDoc(
    PointF val,
    float deviceDpi
)

Parameters

Name Type
val PointF
deviceDpi Single

Returns

Type
PointF
See Also