예제 #1
0
 private void scaleDownBtn_Click(object sender, EventArgs e)
 {
     Draw3d.scale(this, this.polygonList, 0.8);
 }
예제 #2
0
 private void scaleUpBtn_Click(object sender, EventArgs e)
 {
     Draw3d.scale(this, this.polygonList, 1.2);
 }