DroidDiagram Programmer's Guide
Diagram.getItemAt Method (Point2D, boolean, boolean)
See Also
 






Returns the top-most item that contains the specified point.

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

 Syntax

Java  Copy Code

public DiagramItem getItemAt (
    PointF point,
    boolean excludeLocked,
    boolean excludeModified
)

 Parameters

point

PointF object specifying where to look for an item.

excludeLocked

true if locked items should be excluded from the search, otherwise false.

excludeModified
true if modified items should be excluded from the search, otherwise false.

 Return Value

The DiagramItem found at the specified position.

 See Also

getItemAt Method Overload List
Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace