Polygon.Contains method
Version 1.0.0-beta002
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Maps.Geometry.Shapes |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
Contains(double, double)
Returns whether the polygon contains the point defined by the specified latitude and longitude.
public bool Contains(double latitude, double longitude)
Returns
true if the polygon contains the point; otheerwise false.