DroidDiagram Programmer's Guide
ContainerNode.hitTestHandle Method
See Also
 






DiagramNode.hitTestHandle override.

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

 Syntax

Java  Copy Code

public AdjustmentHandle hitTestHandle (
    PointF point
)

 Parameters

point

PointF value specifying where to look for a selection handle.

 Return Value

An AdjustmentHandle instance representing the adjustment handle found at the specified location, or null if there is none.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace