DragHandle

(Engine-Level Function)

Description: Drags a graphic object's selected handle.
Returns: Nothing
Usage: Steady State only.
Function Groups: Graphics
Related to:

DragState (Obsolete)

Format: DragHandle(Object, X, Y, KeepRatio)
Parameters:  
Object   
Required. Any expression that gives the object value that defines the selected graphic list to drag.
X   
Required. Any numeric expression that is the new X coordinate of the selected handle(s).
Y   
Required. Any numeric expression that is the new Y coordinate of the selected handle(s).
KeepRatio   
Required. Any logical expression. If true (non-zero), the aspect ratio of the graphic will be preserved during stretching (online). If false (0), it will not.