An NDoc Documented Class Library

Form1.zoomOutBtn_Click Method 

Zooms out by a factor of 1 each time you click the button. When the zoom scale is less than 1, it divides the zoom by half each time.

private void zoomOutBtn_Click(
   object sender,
   EventArgs e
);

Parameters

sender
Reference to the object that raised the event
e
Passes an object specific to the event that is being handled

See Also

Form1 Class | Labeler Namespace