System::Drawing::Point::Round 方法
Point::Round method
通过将指定的 PointF 对象的 X 和 Y 坐标值四舍五入到最接近的整数来构造一个 Point 对象。
static Point System::Drawing::Point::Round(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++