[]
Updates this Region object to the union minus the intersection of itself with the specified Rectangle strcuture.
public void Xor(Rectangle rectangle)
Type | Name | Description |
---|---|---|
Rectangle | rectangle |
Updates this Region object to the union minus the intersection of itself with the specified Region object.
public void Xor(Region region)
Type | Name | Description |
---|---|---|
Region | region | The Region object to XOR with this Region object. |