Serial port and GPS

MapBound Members

MapBound overview

Public Static (Shared) Fields

ZeroBoundDummy zero bound

Private Static Constructor

MapBound Constructor Initializes the static fields of the MapBound class.

Public Instance Constructors

MapBound Overloaded. Initializes a new instance of the MapBound class.

Public Instance Properties

heightHeight of the bound.
leftLeft coordinate.
topTop coordinate.
widthWidth of the bound from left to right.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
pointInsideChecks, if the given point is inside of the bound
ToStringString representation of the object

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Private Instance Fields

m_heightHeight of the bound.
m_leftLeft coordinate.
m_topTop coordinate.
m_widthWidth of the bound from left to right.

See Also

MapBound Class | serial Namespace | MapPoint