TiRect Class Reference
Inherits from | TiProxy : NSObject |
Declared in | TiRect.h |
Tasks
-
– setRect:
Initializes the rect proxy from rect struct.
-
– rect
Returns rect struct.
-
x
Provides access to rectangle x coordinate.
property -
y
Provides access to rectangle y coordinate.
property -
width
Provides access to rectangle width.
property -
height
Provides access to rectangle height.
property -
– convertToUnit:
Converts a rect to the specified unit. Assumes that the current rect size is in dip.
Properties
height
Provides access to rectangle height.
@property (nonatomic, retain) NSNumber *height
Declared In
TiRect.h
width
Provides access to rectangle width.
@property (nonatomic, retain) NSNumber *width
Declared In
TiRect.h