Point.Ceiling
Point.Ceiling method
Converts a PointF
to a Point
by performing a ceiling operation on all the coordinates.
public static Point Ceiling(PointF value)
Parameter | Type | Description |
---|---|---|
value | PointF | The PointF to ceiling. |
Return Value
The Point
that is the result of the ceiling operation.
See Also
- struct PointF
- struct Point
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common