Foxit PDF SDK
FoxitPDFSDKPython3.PointF Class Reference

Type definition for point class for float.
More...

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

def PointF ()
 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.PointF_x_get, _fsdk.PointF_x_set)
 x coordinate of the point.

 
 y = _swig_property(_fsdk.PointF_y_get, _fsdk.PointF_y_set)
 y coordinate of the point.

 

Detailed Description

Type definition for point class for float.

Constructor & Destructor Documentation

◆ PointF()

def FoxitPDFSDKPython3.PointF.PointF ( )

Constructor.

Constructor, with parameters.

Parameters
[in]new_xNew value for x.
[in]new_yNew value for y.

Member Function Documentation

◆ Add()

def FoxitPDFSDKPython3.PointF.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.PointF.Reset ( )

Reset to the base point.

Returns
None.

◆ Set()

def FoxitPDFSDKPython3.PointF.Set (   x,
  y 
)

Set values.

Parameters
[in]xValue for x.
[in]yValue for y.
Returns
None.
Parameters
[in]psvAnother value object.
Returns
None.

◆ Subtract()

def FoxitPDFSDKPython3.PointF.Subtract (   x,
  y 
)

Subtract a point.

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