DroidDiagram Programmer's Guide
FreeFormNode.hitTestHandle Method
See Also
 






DiagramNode.hitTestHandle override. Determines whether a selection handle of this node is located at the specified point.

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

 Syntax

Java  Copy Code

public AdjustmentHandle hitTestHandle (
    PointF point
)

 Parameters

point

A PointF instance specifying the location where to look for adjustment handles.

 Return Value

Returns a NodeAdjustmentHandle or FreeFormHandle representing the adjustment handle found at the specified location, or null if there is none.

 See Also

FreeFormNode Members
FreeFormNode Class
com.mindfusion.diagramming Namespace