|
Foxit PDF SDK
|
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 = _fsdk.PointF_x | |
| x coordinate of the point. | |
| y = _fsdk.PointF_y | |
| y coordinate of the point. | |
Type definition for point class for float.
| def FoxitPDFSDKPython3.PointF.PointF | ( | ) |
Constructor.
Constructor, with parameters.
| [in] | new_x | New value for x. |
| [in] | new_y | New value for y. |
| def FoxitPDFSDKPython3.PointF.Add | ( | x, | |
| y | |||
| ) |
Add a point.
| [in] | x | x coordinate of the subtrahend point. |
| [in] | y | x coordinate of the subtrahend point. |
| def FoxitPDFSDKPython3.PointF.Reset | ( | ) |
Reset to the base point.
| def FoxitPDFSDKPython3.PointF.Set | ( | x, | |
| y | |||
| ) |
Set values.
| [in] | x | Value for x. |
| [in] | y | Value for y. |
| [in] | psv | Another value object. |
| def FoxitPDFSDKPython3.PointF.Subtract | ( | x, | |
| y | |||
| ) |
Subtract a point.
| [in] | x | x coordinate of the addend point. |
| [in] | y | x coordinate of the addend point. |