Skip to main content
All docs
V25.1
  • GraphicsUnitConverter.DocToDeviceDpi(RectangleF, Single) Method

    Namespace: DevExpress.XtraPrinting

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