Foxit PDF SDK
fsdk.SnappedPoint Class Reference

Public Member Functions

def GetPoint ()
 Get the point value.
More...
 
def GetType ()
 Get the snapped point type.
More...
 
def IsEmpty ()
 Check whether current object is empty or not.
More...
 

Detailed Description

This class represents information of a snapped point, which is snapped with specified snapping flags by class SnapPointMgr .

See also
SnapPointMgr .

Member Function Documentation

◆ GetPoint()

def fsdk.SnappedPoint.GetPoint ( )

Get the point value.

Point value represents a point in a path.

Returns
Snapped point value.

◆ GetType()

def fsdk.SnappedPoint.GetType ( )

Get the snapped point type.

Returns
Snapped point type. Please refer to values starting from fsdk.SnappedPointE_TypeNone and this would be one of these values.

◆ IsEmpty()

def fsdk.SnappedPoint.IsEmpty ( )

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
true means current object is empty, while false means not.