Graphics.SetClip Method
.NET Framework 2.0
Sets the clipping region of this Graphics to the Clip property of the specified Graphics.
| Name | Description |
|---|---|
| Graphics.SetClip (Graphics) | Sets the clipping region of this Graphics to the Clip property of the specified Graphics. |
| Graphics.SetClip (GraphicsPath) | Sets the clipping region of this Graphics to the specified GraphicsPath. |
| Graphics.SetClip (Rectangle) | Sets the clipping region of this Graphics to the rectangle specified by a Rectangle structure. |
| Graphics.SetClip (RectangleF) | Sets the clipping region of this Graphics to the rectangle specified by a RectangleF structure. |
| Graphics.SetClip (Graphics, CombineMode) | Sets the clipping region of this Graphics to the result of the specified combining operation of the current clip region and the Clip property of the specified Graphics. |
| Graphics.SetClip (GraphicsPath, CombineMode) | Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the specified GraphicsPath. |
| Graphics.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. |
| Graphics.SetClip (RectangleF, 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 RectangleF structure. |
| Graphics.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. |
Community Additions
ADD
Show: