コード例 #1
0
 private void btnZoomOut_Click(object sender, EventArgs e)
 {
     graphDrawer.ZoomOut();
     UpdateUnitScale();
 }