예제 #1
0
 private void mnuUnion_Click(object sender, EventArgs e)
 {
     rgnOperation = RegionOperations.Union;
     this.Invalidate();
 }
예제 #2
0
 private void mnuComplement_Click(object sender, EventArgs e)
 {
     rgnOperation = RegionOperations.Complement;
     this.Invalidate();
 }
예제 #3
0
 private void mnuIntersect_Click(object sender, EventArgs e)
 {
     rgnOperation = RegionOperations.Intersect;
     this.Invalidate();
 }
예제 #4
0
 private void mnuExlude_Click(object sender, EventArgs e)
 {
     rgnOperation = RegionOperations.Exclude;
     this.Invalidate();
 }
예제 #5
0
 private void mnuExlude_Click(object sender, EventArgs e)
 {
     rgnOperation = RegionOperations.Exclude;
     this.Invalidate();
 }
예제 #6
0
 private void mnuUnion_Click(object sender, EventArgs e)
 {
     rgnOperation = RegionOperations.Union;
     this.Invalidate();
 }
예제 #7
0
 private void mnuIntersect_Click(object sender, EventArgs e)
 {
     rgnOperation = RegionOperations.Intersect;
     this.Invalidate();
 }
예제 #8
0
 private void mnuComplement_Click(object sender, EventArgs e)
 {
     rgnOperation = RegionOperations.Complement;
     this.Invalidate();
 }