Method Contains
Contains(double, double)
Determines whether the specified point lies inside (or on the edges of) the quadrilateral.
public bool Contains(double x, double y)
Parameters
Returns
- bool
true
if the point lies inside or on the edges; otherwise,false
.