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






DiagramItem.hitTestHandle override.

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

 Syntax

Java  Copy Code

public int hitTestHandle (
    Point2D point
)

 Parameters

point

A 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

Selection Members
Selection Class
com.mindfusion.diagramming Namespace