Click or drag to resize

TextObject.Draw Method

X#
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.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Draw() AS USUAL
Request Example View Source

Return Value

Type: Usual
See Also