X,Y integer coordinate pair. More...
#import <deCartaXYInteger.h>
Public Member Functions | |
| (id) | - initWithXi:andYi: |
Static Public Member Functions | |
| (id) | + XYWithX:andY: |
Protected Attributes | |
| int | _x |
| int | _y |
Properties | |
| int | x |
| int | y |
X,Y integer coordinate pair.
An object containing a 2-part coordinate, with X and Y values represented as integers. Usually used to represent screen size.
| - (id) initWithXi: | (int) | x | ||
| andYi: | (int) | y | ||
Initalizes the deCartaXYInteger object with X and Y values
| x | X Value (width) | |
| y | Y Value (height) |
| + (id) XYWithX: | (int) | x | ||
| andY: | (int) | y | ||
Sets the deCartaXYInteger's X and Y values
| x | X Value (width) | |
| y | Y Value (height) |
- (int) _x [protected] |
Horizontal pixel value
- (int) _y [protected] |
Vertical pixel value
- (int) x [read, write, assign] |
Horizontal pixel value
- (int) y [read, write, assign] |
Vertical pixel value
1.6.1