ASP.NET Pack Programmer's Guide
DiagramItem.hitTestHandle Method
See Also
 






Determines whether a selection handle of this item is located at the specified point.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public abstract int hitTestHandle (
    Point2D point
)

 Parameters

point

Point2D instance specifying the location where to look for adjustment handles.

 Return Value

Index of the adjustment handle that contains the specified point if such handle exists, or -1 otherwise.

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace