Serial port and GPS

MapBound.pointInside Method 

Checks, if the given point is inside of the 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 within the bound

See Also

MapBound Class | serial Namespace