|
Foxit PDF SDK
|
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 = _fsdk.Point_x | |
| x coordinate of the point. | |
| y = _fsdk.Point_y | |
| y coordinate of the point. | |
Type definition for point class for integer.
| def FoxitPDFSDKPython3.Point.Point | ( | ) |
Constructor.
Copy constructor.
Constructor, with parameters.
| [in] | new_x | x coordinate of the point. |
| [in] | new_y | y coordinate of the point. |
| [in] | other | Another object. |
| def FoxitPDFSDKPython3.Point.Add | ( | x, | |
| y | |||
| ) |
Add a point.
| [in] | x | x coordinate of the subtrahend point. |
| [in] | y | x coordinate of the subtrahend point. |
| def FoxitPDFSDKPython3.Point.Reset | ( | ) |
Reset to the base point.
| def FoxitPDFSDKPython3.Point.Set | ( | x, | |
| y | |||
| ) |
Set values.
| [in] | x | x coordinate of the point. |
| [in] | y | x coordinate of the point. |
| [in] | psv | Another value object. |
| def FoxitPDFSDKPython3.Point.Subtract | ( | x, | |
| y | |||
| ) |
Subtract a point.
| [in] | x | x coordinate of the addend point. |
| [in] | y | x coordinate of the addend point. |