|
Foxit PDF SDK
|
Type definition for point class for float.
More...
Inherits NSObject.
Instance Methods | |
| (void) | - add:y: |
| Add a point. More... | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithOther: |
| Constructor, with another object. More... | |
| (void) | - reset |
| Reset to the base point. More... | |
| (void) | - set:y: |
| Set values. More... | |
| (void) | - subtract:y: |
| Subtract a point. More... | |
Properties | |
| float | x |
| x coordinate of the point. | |
| float | y |
| y coordinate of the point. | |
Type definition for point class for float.
| - (void) add: | (float) | x | |
| y: | (float) | y | |
Add a point.
| [in] | x | x coordinate of the subtrahend point. |
| [in] | y | x coordinate of the subtrahend point. |
| - (id) initWithOther: | (FSPointF*) | other |
Constructor, with another object.
| [in] | other | Another object. |
| - (void) reset |
Reset to the base point.
| - (void) set: | (float) | x | |
| y: | (float) | y | |
Set values.
| [in] | x | Value for x. |
| [in] | y | Value for y. |
| - (void) subtract: | (float) | x | |
| y: | (float) | y | |
Subtract a point.
| [in] | x | x coordinate of the addend point. |
| [in] | y | x coordinate of the addend point. |