Skip to main content
All docs
V23.2

GraphicsUnitConverter.DocToDeviceDpi(RectangleF, Single) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static RectangleF DocToDeviceDpi(
    RectangleF val,
    float deviceDpi
)

Parameters

Name Type
val RectangleF
deviceDpi Single

Returns

Type
RectangleF
See Also