Exemplo n.º 1
0
 public void Complement(RectangleF rect)
 {
     Gdip.CheckStatus(Gdip.GdipCombineRegionRect(new HandleRef(this, NativeRegion), ref rect, CombineMode.Complement));
 }
Exemplo n.º 2
0
 public void Exclude(RectangleF rect)
 {
     Gdip.CheckStatus(Gdip.GdipCombineRegionRect(new HandleRef(this, NativeRegion), ref rect, CombineMode.Exclude));
 }