Rectangle.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 rectangle contains the point at the specified latitude
and longitude
.
public bool Contains(double latitude, double longitude)
Returns
true
c> if the rectangle contains the point; otherwise false
.