Description

Returns the image coordinates of a graphic object handle.

Return Type

None  

Syntax

object.GetHandle Index, x, y

The GetHandle Method syntax has these parts:

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

Index of the handle.

xRequired. A Single value.

x coordinate.

yRequired. A Single value.

y coordinate.

Remarks

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