#include <imgmap.h>
Inheritance diagram for MapRegion:

Public Methods | |
| virtual bool | contains (float x, float y) const=0 |
| Determines whether the MapRegion contains the given point. | |
| virtual bool | hover () |
|
||||||||||||
|
Determines whether the MapRegion contains the given point.
Implemented in EntryRect. |
|
|
Reimplemented in EntryRect.
00090 {
00091 return false;
00092 }
|
1.2.18