Foxit PDF SDK
|
Instance Methods | |
(FSPointF *) | - getPoint |
Get the point value. More... | |
(FSSnappedPointSnappedPointType) | - getType |
Get the snapped point type. More... | |
(id) | - initWithOther: |
Constructor, with another snapped point object. 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 FSSnapPointMgr .
- (FSPointF *) getPoint |
Get the point value.
Point value represents a point in a path.
- (FSSnappedPointSnappedPointType) getType |
Get the snapped point type.
- (id) initWithOther: | (FSSnappedPoint*) | other |
Constructor, with another snapped point object.
[in] | other | Another snapped point object. |
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.