Serial port and GPS

BmpMapForm.menuZoomOut_Click Method 

Handles menu request for decreasing the zoom factor

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

Parameters

sender
ignored
e
ignored

Remarks

Decreases the zoom factor by ZOOMSTEP and sets the menu item labels apparently. If the resulting zoom factor would be < ZOOMSTEP, then the method does nothing.

See Also

BmpMapForm Class | serial Namespace