System::Drawing::Point::Equals 方法
Point::Equals method
确定当前对象与指定对象是否相等,即它们是否表示相同的 X 和 Y 坐标对。
bool System::Drawing::Point::Equals(const Point &point) const
| 参数 | 类型 | 描述 |
|---|---|---|
| point | const Point& | Point 用于与当前对象比较的对象 |
ReturnValue
如果对象相等则为 true,否则为 false
另见
- Class Point
- Class Point
- Namespace System::Drawing
- Library Aspose.Font for C++