Foxit PDF SDK
|
Public Types | |
enum | SnappedPointType { SnappedPointType.e_TypeNone = 0, SnappedPointType.e_TypeEndpoint = 1, SnappedPointType.e_TypeMidpoint = 2, SnappedPointType.e_TypeIntersectionPoint = 3, SnappedPointType.e_TypeNearestPoint = 4 } |
Enumeration for snapped point type. More... | |
Public Member Functions | |
SnappedPoint (SnappedPoint other) | |
Constructor, with another snapped point object. More... | |
PointF | GetPoint () |
Get the point value. More... | |
SnappedPoint.SnappedPointType | GetType () |
Get the snapped point type. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
This class represents information of a snapped point, which is snapped with specified snapping flags by class SnapPointMgr .
|
strong |
Enumeration for snapped point type.
Values of this enumeration should be used alone.
|
inline |
Constructor, with another snapped point object.
[in] | other | Another snapped point object. |
|
inline |
Get the point value.
Point value represents a point in a path.
|
inline |
Get the snapped point type.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.