Click or drag to resize

TextObject Methods

X#

The TextObject type exposes the following members.

Functions
  NameDescription
Public methodDraw
Draw the TextObject object on the window.
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.
(Overrides Draw.)
Public methodHandle
Return the handle for a DrawObject object.
(Inherited from DrawObject.)
Public methodHitTest
Determine if a given point lies within the bounding box of a DrawObject object.
(Inherited from DrawObject.)
Top
See Also