DroidDiagram Programmer's Guide
DiagramLink.hitTestHandle Method
See Also
 






DiagramItem.hitTestHandle override.

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

 Syntax

Java  Copy Code

public AdjustmentHandle hitTestHandle (
    PointF point
)

 Parameters

point

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

 Return Value

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

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace