Sets the clipping region of this Graphics.
Name | Description | |
---|---|---|
SetClip(Rectangle) |
Sets the clipping region of this Graphics to the rectangle specified by a Rectangle structure. |
|
SetClip(Region) |
Sets the clipping region of this Graphics to the rectangle specified by a Region. |
|
SetClip(Rectangle, CombineMode) |
Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the rectangle specified by a Rectangle structure. |
|
SetClip(Region, CombineMode) |
Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the specified Region. |