[]
Updates the clip region of this Graphics object to exclude the area specified by a Rectangle structure.
public void ExcludeClip(Rectangle rectangle)
Type | Name | Description |
---|---|---|
Rectangle | rectangle | Rectangle structure that specifies the rectangle to exclude from the clip region. |
This method excludes the area specified by the rectangle
parameter from the current clip region and assigns
the resulting area to the Clip property of this Graphics object.
public void ExcludeClip(Region region)
Type | Name | Description |
---|---|---|
Region | region | Region object that specifies the region to exclude from the clipping region. |
This method excludes the area specified by the region
parameter from the current clip region and assigns
the resulting area to the Clip property of this Graphics object.