DrawObject Class |
Namespace: VO
The DrawObject type exposes the following members.
Name | Description | |
---|---|---|
DrawObject |
Construct a DrawObject object.
|
Name | Description | |
---|---|---|
BoundingBox |
A bounding box representing the smallest rectangle (in the owner window's canvas coordinates) which encloses this DrawObject object.
| |
Origin |
A point representing the origin of this DrawObject object in canvas coordinates.
| |
RasterOperation |
A constant, indicating the raster operation in use for this DrawObject object:
| |
Size |
A dimension representing the size of this DrawObject object.
|
Name | Description | |
---|---|---|
Destroy |
Provide a method to de-instantiate a DrawObject object.
(Overrides Destroy.) | |
Draw |
Display a DrawObject object.
| |
Handle |
Return the handle for a DrawObject object.
| |
HitTest |
Determine if a given point lies within the bounding box of a DrawObject object.
|