Serial port and GPS

MapBound Constructor (Double, Double, Double, Double)

Initializes the bounds

[Visual Basic]
Overloads Public Sub New( _
   ByVal aLeft As Double, _
   ByVal aTop As Double, _
   ByVal aRight As Double, _
   ByVal aBottom As Double _
)
[C#]
public MapBound(
   double aLeft,
   double aTop,
   double aRight,
   double aBottom
);

Parameters

aLeft
the left coordinate
aTop
the top coordinate
aRight
the coordinate of the right corner
aBottom
the coordinate of the bottom

See Also

MapBound Class | serial Namespace | MapBound Constructor Overload List