Foxit PDF SDK
FoxitPDFSDKPython3.Point Class Reference

Type definition for point class for integer. More...

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

def Point ()
 Constructor. More...
 
def Add (x, y)
 Add a point. More...
 
def Reset ()
 Reset to the base point. More...
 
def Set (x, y)
 Set values. More...
 
def Subtract (x, y)
 Subtract a point. More...
 

Static Public Attributes

 x = _swig_property(_fsdk.Point_x_get, _fsdk.Point_x_set)
 x coordinate of the point.
 
 y = _swig_property(_fsdk.Point_y_get, _fsdk.Point_y_set)
 y coordinate of the point.
 

Detailed Description

Type definition for point class for integer.

Constructor & Destructor Documentation

◆ Point()

def FoxitPDFSDKPython3.Point.Point ( )

Constructor.

Copy constructor.

Constructor, with parameters.

Parameters
[in]new_xx coordinate of the point.
[in]new_yy coordinate of the point.
[in]otherAnother object.

Member Function Documentation

◆ Add()

def FoxitPDFSDKPython3.Point.Add (   x,
  y 
)

Add a point.

Parameters
[in]xx coordinate of the subtrahend point.
[in]yx coordinate of the subtrahend point.
Returns
None.

◆ Reset()

def FoxitPDFSDKPython3.Point.Reset ( )

Reset to the base point.

Returns
None.

◆ Set()

def FoxitPDFSDKPython3.Point.Set (   x,
  y 
)

Set values.

Parameters
[in]xx coordinate of the point.
[in]yx coordinate of the point.
Returns
None.
Parameters
[in]psvAnother value object.
Returns
None.

◆ Subtract()

def FoxitPDFSDKPython3.Point.Subtract (   x,
  y 
)

Subtract a point.

Parameters
[in]xx coordinate of the addend point.
[in]yx coordinate of the addend point.
Returns
None.