MapWinGeoProc:Topology2D:Point IsCompletelyWithin
From MapWindow GIS
IsCompletelyWithin
Syntax
IsCompletelyWithin(MapWinGeoProc.Topology2D.Polygon Pgn)
Summary
Tests if this point intersects the Polygon but does not touch the border of it
Parameters
| Pgn | A Polygon to test |
Returns
Boolean, true if the point is inside the polygon without touching the border
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Point
















