|
Foxit PDF SDK
|
Public 类型 | |
| enum | SnappedPointType { e_TypeNone = 0, e_TypeEndpoint = 1, e_TypeMidpoint = 2, e_TypeIntersectionPoint = 3, e_TypeNearestPoint = 4 } |
| 捕捉点类型的枚举。 更多... | |
Public 成员函数 | |
| SnappedPoint (const SnappedPoint &other) | |
| 构造函数,使用另一个捕捉点对象。 更多... | |
| ~SnappedPoint () | |
| 析构函数。 | |
| PointF | GetPoint () |
| 获取点值。 更多... | |
| SnappedPointType | GetType () |
| 获取捕捉点类型。 更多... | |
| bool | IsEmpty () const |
| 检查当前对象是否为空。 更多... | |
| bool | operator!= (const SnappedPoint &other) const |
| 不相等操作符。 更多... | |
| SnappedPoint & | operator= (const SnappedPoint &other) |
| 赋值操作符。 更多... | |
| bool | operator== (const SnappedPoint &other) const |
| 相等操作符。 更多... | |
Public 成员函数 继承自 foxit::Base | |
| FS_HANDLE | Handle () const |
| 获取当前对象的句柄。 更多... | |
此类表示捕捉点的信息,该捕捉点通过类SnapPointMgr使用指定的捕捉标志进行捕捉。
| foxit::pdf::SnappedPoint::SnappedPoint | ( | const SnappedPoint & | other | ) |
构造函数,使用另一个捕捉点对象。
| [in] | other | 另一个捕捉点对象。 |
| PointF foxit::pdf::SnappedPoint::GetPoint | ( | ) |
获取点值。
点值表示路径中的一个点。
| SnappedPointType foxit::pdf::SnappedPoint::GetType | ( | ) |
获取捕捉点类型。
| bool foxit::pdf::SnappedPoint::IsEmpty | ( | ) | const |
检查当前对象是否为空。
当当前对象为空时,表示当前对象无用。
| bool foxit::pdf::SnappedPoint::operator!= | ( | const SnappedPoint & | other | ) | const |
不相等操作符。
| [in] | other | 另一个捕捉点对象。此函数将检查当前对象是否不等于此对象。 |
| SnappedPoint& foxit::pdf::SnappedPoint::operator= | ( | const SnappedPoint & | other | ) |
赋值操作符。
| [in] | other | 另一个捕捉点对象,其值将被赋给当前对象。 |
| bool foxit::pdf::SnappedPoint::operator== | ( | const SnappedPoint & | other | ) | const |
相等操作符。
| [in] | other | 另一个捕捉点对象。此函数将检查当前对象是否等于此对象。 |