ISGfxZone Class Reference
Inherits from | NSObject |
---|---|
Conforms to | ISRTO |
Declared in | ISGfxZone.h |
zoneColor
Zone rendering color.
@property (nonatomic, readwrite) ccColor4B zoneColor
Declared In
ISGfxZone.h
– containsPoint:
Method used to know if a point is in the concerned Zone.
- (Boolean)containsPoint:(CGPoint)point
Parameters
point |
Point to test. |
---|
Return Value
YES if the zone contains the point, otherwise NO.
Declared In
ISGfxZone.h