示例#1
0
 public void Complement(Rectangle rect)
 {
     Gdip.CheckStatus(Gdip.GdipCombineRegionRectI(new HandleRef(this, NativeRegion), ref rect, CombineMode.Complement));
 }
示例#2
0
 public void Exclude(Rectangle rect)
 {
     Gdip.CheckStatus(Gdip.GdipCombineRegionRectI(new HandleRef(this, NativeRegion), ref rect, CombineMode.Exclude));
 }