System::Drawing::Point::Truncate method
Point::Truncate method
Constructs a Point object from the specified PointF object by truncating the PointF object’s X and Y coordinates values to the next lower integer values.
static Point System::Drawing::Point::Truncate(const PointF &point)
Parameter | Type | Description |
---|---|---|
point | const PointF& | The PointF object to construct a Point object from |
ReturnValue
A Point object constructed from point
See Also
- Class Point
- Class PointF
- Class Point
- Namespace System::Drawing
- Library Aspose.TeX for C++