Serial port and GPS

MapBound Class

Bounds of a map picture

For a list of all members of this type, see MapBound Members.

System.Object
   serial.MapBound

[Visual Basic]
Public Class MapBound
[C#]
public class MapBound

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Approx. the same like System.Drawing.Rectangle but for doubles. Bound units don't matter, but must be the same as the units of the location used in MapPoint. Usually decimal degrees are used here, positive for East and North, negative for West and South.

Requirements

Namespace: serial

Assembly: sgps (in sgps.exe)

See Also

MapBound Members | serial Namespace | MapPoint