Skip to main content
All docs
V24.1

GraphicsUnitConverter.DeviceDpiToDoc(PointF, Single) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v24.1.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