Serial port and GPS

BndBmpForm.OnPaint Method 

Paints the bitmap set with bmpfile

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

Parameters

e
used for the graphics context

See Also

BndBmpForm Class | serial Namespace