Type definition for point class for float.
More...
Inherits FoxitPDFSDKPython3._object.
|
|
| 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.
◆ PointF()
| def FoxitPDFSDKPython3.PointF.PointF |
( |
| ) |
|
Constructor.
Constructor, with parameters.
- Parameters
-
| [in] | new_x | New value for x. |
| [in] | new_y | New value for y. |
◆ Add()
| def FoxitPDFSDKPython3.PointF.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.PointF.Reset |
( |
| ) |
|
Reset to the base point.
- Returns
- None.
◆ Set()
| def FoxitPDFSDKPython3.PointF.Set |
( |
|
x, |
|
|
|
y |
|
) |
| |
Set values.
- Parameters
-
| [in] | x | Value for x. |
| [in] | y | Value for y. |
- Returns
- None.
- Parameters
-
| [in] | psv | Another value object. |
- Returns
- None.
◆ Subtract()
| def FoxitPDFSDKPython3.PointF.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.