Search
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 (
    Point2D point,
    float threshold
)

 Parameters

point

A Point2D 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