DragHandle

Description:              This statement drags a selected graphic object's selected handle.

Returns:                    Nothing

Usage:                       Steady State

Format:                      DragHandle(Object, X, Y, KeepRatio)

Parameters:             Object     { object }  { required }  { no default }
          Any expression that gives the object value that defines the selected graphic list to drag.

                                    X     { numeric }  { required }  { no default }
          Any numeric expression that is the new X coordinate of the selected handle(s).

                                    Y     { numeric }  { required }  { no default }
          Any numeric expression that is the new Y coordinate of the selected handle(s).

                                    KeepRatio     { Boolean }  { required }  { no default }
          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.

                                   

See Also:

DragState