#include <imgmap.h>
Inheritance diagram for Rectangle:
Public Methods | |
Rectangle (float left, float top, float width, float height) | |
Constructor with dimensions. | |
bool | contains (float x, float y) const |
Determines whether the Rectangle contains the given point. | |
Public Attributes | |
float | left |
float | top |
float | width |
float | height |
|
Constructor with dimensions.
|
|
Determines whether the Rectangle contains the given point.
Reimplemented in EntryRect.
|
|
|
|
|
|
|
|
|