GraphicsUnitConverter.Round(PointF) Method
Adjusts the floating-point coordinates of a point to the nearest integer values.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| point | PointF | A PointF structure. |
Returns
| Type | Description |
|---|---|
| Point | A Point structure. |
See Also