Serial port and GPS

BmpMapForm.menuFindPos_Click Method 

Shows current position on the screen

[Visual Basic]
Private Sub menuFindPos_Click( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
private void menuFindPos_Click(
   object sender,
   EventArgs e
);

Parameters

sender
ignored
e
ignored

Remarks

Scrolls the image in both horizontal and vertical position so, that the current position is shown in the middle of the screen.

See Also

BmpMapForm Class | serial Namespace | findPosition