DroidDiagram Programmer's Guide
DiagramItem.hitTestHandle Method
See Also
 






Determines whether a selection handle of this item is located at the specified point.

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

 Syntax

Java  Copy Code

public abstract AdjustmentHandle hitTestHandle (
    PointF point
)

 Parameters

point

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

 Return Value

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

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace