ArcHandles
Summary
Properties
Sets the current Axes ArcHandles will show.
Sets the object to adorn to.
Sets the color of a GUI object.
Sets the transparency of a GUI object, where 1 is invisible and 0 is completely visible.
Determines whether the object and its descendants will be displayed.
Events
Fired when the left mouse button goes down on one of the GUI handles.
Fired when the left mouse button is released on one of the GUI handles.
Fired when the mouse moves while the MouseButton1Down event has fired, but the left mouse button has not been released yet.
Fired when a mouse "enters" the GUI handle.
Fired when the mouse leaves the GUI handle.
Properties
Methods
Events
MouseButton1Down
Fired when the left mouse button goes down on one of the GUI handles.
Parameters
MouseButton1Up
Fired when the left mouse button is released on one of the GUI handles.
Parameters
MouseDrag
Fired when the mouse moves while the MouseButton1Down event has fired, but the left mouse button has not been released yet.