DroidDiagram Programmer's Guide
DiagramLink.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

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 this item contains the specified point; otherwise, false.

 See Also

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