Search
Polygon.contains Method
See Also
 






Checks whether the specified point lies whithin the polygon.

Namespace: com.mindfusion.drawing
File: com.mindfusion.drawing

 Syntax

Java  Copy Code

public boolean contains (
    Point2D.Float point
)

 Parameters

point

 Return Value

 See Also