Type definition for point class for integer.
More...
Inherits FoxitPDFSDKPython3._object.
|
| 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.
|
|
Type definition for point class for integer.
◆ Point()
def FoxitPDFSDKPython3.Point.Point |
( |
| ) |
|
Constructor.
Copy constructor.
Constructor, with parameters.
- Parameters
-
[in] | new_x | x coordinate of the point. |
[in] | new_y | y coordinate of the point. |
[in] | other | Another object. |
◆ Add()
def FoxitPDFSDKPython3.Point.Add |
( |
|
x, |
|
|
|
y |
|
) |
| |
Add a point.
- Parameters
-
[in] | x | x coordinate of the subtrahend point. |
[in] | y | x 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] | x | x coordinate of the point. |
[in] | y | x coordinate of the point. |
- Returns
- None.
- Parameters
-
[in] | psv | Another value object. |
- Returns
- None.
◆ Subtract()
def FoxitPDFSDKPython3.Point.Subtract |
( |
|
x, |
|
|
|
y |
|
) |
| |
Subtract a point.
- Parameters
-
[in] | x | x coordinate of the addend point. |
[in] | y | x coordinate of the addend point. |
- Returns
- None.