TiPoint Class Reference
Inherits from | TiProxy : NSObject |
Declared in | TiPoint.h |
Tasks
-
– initWithPoint:
Initializes the point object from point struct.
-
point
Provides access to point struct.
property -
x
Provides access to the point x coordinate.
property -
y
Provides access to the point y coordiante.
property -
xDimension
Returns the point x coordinate as a dimension.
property -
yDimension
Returns the point y coordinate as a dimension.
property
Properties
point
Provides access to point struct.
@property (nonatomic, assign) CGPoint point
Declared In
TiPoint.h
x
Provides access to the point x coordinate.
@property (nonatomic, retain) NSNumber *x
Declared In
TiPoint.h
xDimension
Returns the point x coordinate as a dimension.
@property (nonatomic, assign) TiDimension xDimension
Declared In
TiPoint.h