[]
Updates this Region object to contain the portion of the specified Rectangle structure that does not intersect with this Region object.
public void Complement(Rectangle rectangle)
| Type | Name | Description |
|---|---|---|
| Rectangle | rectangle |
Updates this Region object to contain the portion of the specified Region object that does not intersect with this Region object.
public void Complement(Region region)
| Type | Name | Description |
|---|---|---|
| Region | region | The Region object to complement this Region object. |