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