System::Drawing::Point::Truncate 方法
Point::Truncate method
从指定的 PointF 对象构造一个 Point 对象,通过将 PointF 对象的 X 和 Y 坐标值截断为下一个更低的整数值。
static Point System::Drawing::Point::Truncate(const PointF &point)
| 参数 | 类型 | 描述 |
|---|---|---|
| point | const PointF& | 用于构造 Point 对象的 PointF 对象 |
ReturnValue
一个由 point 构造的 Point 对象
另见
- Class Point
- Class PointF
- Class Point
- Namespace System::Drawing
- Library Aspose.Font for C++