Foxit PDF SDK
|
Type definition for point class for float.
More...
Inherits NSObject.
Instance Methods | |
(void) | - add:y: |
Add values. More... | |
(id) | - init |
Constructor. | |
(id) | - initWithOther: |
Constructor, with another object. More... | |
(void) | - reset |
Reset values to 0. More... | |
(void) | - set:y: |
Set values. More... | |
(void) | - subtract:y: |
Subtract values. More... | |
Properties | |
float | x |
Value x. | |
float | y |
Value y. | |
Type definition for point class for float.
- (void) add: | (float) | x | |
y: | (float) | y | |
Add values.
[in] | x | Value to be added to x. |
[in] | y | Value to be added to y. |
- (id) initWithOther: | (FSPointF*) | other |
Constructor, with another object.
[in] | other | Another object. |
- (void) reset |
Reset values to 0.
- (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 values.
[in] | x | Value to be subtracted from x. |
[in] | y | Value to be subtracted from y. |