TextObject Class |
Namespace: VO
The TextObject type exposes the following members.
Name | Description | |
---|---|---|
TextObject |
Create a TextObject object.
|
Name | Description | |
---|---|---|
BoundingBox |
A bounding box representing the smallest rectangle (in the owner window's canvas coordinates) which encloses this TextObject object.
(Overrides BoundingBox.) | |
Origin |
A point representing the origin of this DrawObject object in canvas coordinates.
(Inherited from DrawObject.) | |
RasterOperation |
A constant, indicating the raster operation in use for this DrawObject object:
(Inherited from DrawObject.) | |
Size |
A dimension representing the size of this DrawObject object.
(Inherited from DrawObject.) |
Name | Description | |
---|---|---|
Draw |
Draw the TextObject object on the window.
(Overrides Draw.)Important! This method is called by X# when the text requires redrawing. Do not call this method from your application code—use Window:Draw() instead. | |
Handle |
Return the handle for a DrawObject object.
(Inherited from DrawObject.) | |
HitTest |
Determine if a given point lies within the bounding box of a DrawObject object.
(Inherited from DrawObject.) |