DiagramItem.hitTestHandle override.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public AdjustmentHandle hitTestHandle ( |
A Point2D instance specifying the location where to look for adjustment handles.
Returns a NodeAdjustmentHandle instance representing the adjustment handle found at the specified location, or null if there is none.
See Also