MapWinGeoProc:Utils PointInPolygon
From MapWindow GIS
PointInPolygon
Syntax
bool PointInPolygon(ref MapWinGIS.Shape polygon, ref MapWinGIS.Point testPoint)
Summary
Determines if a point lies within a polygon.
Parameters
| polygon | The polygon shape. |
| testPoint | The point to be tested. |
Returns
True if the point is inside, false otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Utils
















