DroidDiagram Programmer's Guide
Selection.containsPoint Method (Point2D, float)
See Also
 






DiagramItem.containsPoint override.

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

 Syntax

Java  Copy Code

public boolean containsPoint (
    PointF point,
    float threshold
)

 Parameters

point

A PointF value specifying the logical coordinates of a diagram point.

threshold

Specifies the size of the area around the item outlines where the point is still considered inside the item.

 Return Value

true it any selected item contains the specified point; otherwise, false.

 See Also

containsPoint Method Overload List
Selection Members
Selection Class
com.mindfusion.diagramming Namespace