ISGfxZone Class Reference

Inherits from NSObject
Conforms to ISRTO
Declared in ISGfxZone.h

Overview

Class used to represent a Map Zone.

  zone

Related zone entitie.

@property (nonatomic, readonly) ISZone *zone

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