Skip to main content
All docs
V24.1

GraphicsUnitConverter.DeviceDpiToDoc(RectangleF, Single) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public static RectangleF DeviceDpiToDoc(
    RectangleF val,
    float deviceDpi
)

Parameters

Name Type
val RectangleF
deviceDpi Single

Returns

Type
RectangleF
See Also