DXGraphicsUnitConverter.Convert(RectangleF, Single, Single) Method
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| rect | RectangleF |
| fromDpi | Single |
| toDpi | Single |
Returns
| Type |
|---|
| RectangleF |
See Also
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v26.1.dll
public static RectangleF Convert(
RectangleF rect,
float fromDpi,
float toDpi
)
Public Shared Function Convert(
rect As RectangleF,
fromDpi As Single,
toDpi As Single
) As RectangleF
| Name | Type |
|---|---|
| rect | RectangleF |
| fromDpi | Single |
| toDpi | Single |
| Type |
|---|
| RectangleF |