[]
public void Intersect(Rectangle rectangle)
Type | Name | Description |
---|---|---|
Rectangle | rectangle | The Rectangle structure to intersect with this Region object. |
Updates this Region object to the intersection of itself with the specified Region object.
public void Intersect(Region region)
Type | Name | Description |
---|---|---|
Region | region | The Region object to intersect with this Region object. |