Serial port and GPS

BmpMapForm.OnPaint Method 

Draws the current map and the current location on it

[Visual Basic]
Overrides Protected Sub OnPaint( _
   ByVal e As PaintEventArgs _
)
[C#]
protected override void OnPaint(
   PaintEventArgs e
);

Parameters

e
used for the graphics context

Remarks

Draws the current map according to the current scrolling shifts and zoom factor and draws the current position as a colorful circle on it.

See Also

BmpMapForm Class | serial Namespace