Skip to main content
All docs
V26.1
  • DXGraphicsUnitConverter.Convert(RectangleF, Single, Single) Method

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public static RectangleF Convert(
        RectangleF rect,
        float fromDpi,
        float toDpi
    )

    Parameters

    Name Type
    rect RectangleF
    fromDpi Single
    toDpi Single

    Returns

    Type
    RectangleF
    See Also