Method Contains
Contains(double, double)
Determines whether the specified point lies inside this polygon using the even-odd (ray casting) rule.
public bool Contains(double x, double y)
Determines whether the specified point lies inside this polygon using the even-odd (ray casting) rule.
public bool Contains(double x, double y)