Foxit PDF SDK
|
Public Member Functions | |
Add (x, y) | |
Add a point. More... | |
constructor () | |
Constructor. | |
constructor (new_x, new_y) | |
Constructor, with parameters. More... | |
Reset () | |
Reset to the base point. More... | |
Set (new_x, new_y) | |
Set values. More... | |
Set (psv) | |
Set values. More... | |
Subtract (x, y) | |
Subtract a point. More... | |
Public Attributes | |
x | |
x coordinate of the point. | |
y | |
y coordinate of the point. | |
Add a point.
[in] | x | x coordinate of the subtrahend point. |
[in] | y | x coordinate of the subtrahend point. |
FSDK.Point.constructor | ( | new_x | , |
new_y | |||
) |
Constructor, with parameters.
[in] | new_x | x coordinate of the point. |
[in] | new_y | y coordinate of the point. |
FSDK.Point.Reset | ( | ) |
Reset to the base point.
FSDK.Point.Set | ( | new_x | , |
new_y | |||
) |
Set values.
[in] | x | x coordinate of the point. |
[in] | y | x coordinate of the point. |
FSDK.Point.Set | ( | psv | ) |
Set values.
[in] | psv | Another value object. |