Serial port and GPS

Map.pointInside Method 

Checks if the given point is inside of bound

[Visual Basic]
Public Function pointInside( _
   ByVal point As MapPoint _
) As Boolean
[C#]
public bool pointInside(
   MapPoint point
);

Parameters

point
the point to check

Return Value

true, if the point is withing the bound

See Also

Map Class | serial Namespace