EllipseObject.Draw Method | |
Draw this EllipseObject object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax Remarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
This method should not be invoked directly in the application code—it is invoked in X# by Window:Draw(). Refer to the EllipseObject class description for an example using the Draw() method.
See Also