Skip to main content
All docs
V24.2

DXGraphicsUnitConverter.Convert(RectangleF, Single, Single) Method

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.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