Description

Sets the coordinates of a graphic object handle.

Return Type

None  

Syntax

object.SetHandle Index, x, y, [Dragging], [FromTool]

The SetHandle Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjRRect.
IndexRequired. A Long value.

Index of the handle.

xRequired. A Single value.

x coordinate.

yRequired. A Single value.

y coordinate.

DraggingOptional. A Boolean value.

Set to true when the object is dragged interactively.

FromToolOptional. A Boolean value.

Set to True when calling from a graphic tool.

Remarks

The layout of the handles is defined by the object class, see the documentation for McGraphObj derived interfaces for details.