Point.Round
Point.Round method
Converts the specified PointF to a Point object by rounding the Point values to the nearest integer.
public static Point Round(PointF value)
Parameter | Type | Description |
---|---|---|
value | PointF | The PointF to convert. |
Return Value
The Point this method converts to.
See Also
- struct PointF
- struct Point
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common