TextObject Methods |
The TextObject type exposes the following members.
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.) |