Foxit PDF SDK
|
Public Member Functions | |
GetPoint () | |
Get the point value. More... | |
GetType () | |
Get the snapped point type. More... | |
IsEmpty () | |
Check whether current object is empty or not. More... | |
Static Public Attributes | |
static | e_TypeEndpoint |
Snapped point type: endpoint, which means the snapped point is an endpoint of a path. | |
static | e_TypeIntersectionPoint |
Snapped point type: intersection point, which means the snapped point is the intersection of two intersecting paths. | |
static | e_TypeMidpoint |
Snapped point type: midpoint, which means the snapped point is the midpoint for two endpoints of a path. | |
static | e_TypeNearestPoint |
Snapped point type: nearest point, which means the snapped point is the nearest point (which is in a path) to the specified point. | |
static | e_TypeNone |
Enumeration for snapped point type. More... | |
This class represents information of a snapped point, which is snapped with specified snapping flags by class FSDK.SnapPointMgr.
FSDK.SnappedPoint.GetPoint | ( | ) |
Get the point value.
Point value represents a point in a path.
FSDK.SnappedPoint.GetType | ( | ) |
Get the snapped point type.
FSDK.SnappedPoint.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
|
static |
Enumeration for snapped point type.
Values of this enumeration should be used alone.
This means the snapped point is invalid.