[]
Updates this Region object to the portion of its interior that does not intersect with the specified Rectangle structure.
public void Exclude(Rectangle rectangle)
Type | Name | Description |
---|---|---|
Rectangle | rectangle |
Updates this Region object to the portion of its interior that does not intersect with the specified Region object.
public void Exclude(Region region)
Type | Name | Description |
---|---|---|
Region | region | The Region object to exclude from this Region object. |