This documentation is archived and is not being maintained.
Graphics::SetClip Method
Visual Studio 2010
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SetClip(Graphics) | Sets the clipping region of this Graphics to the Clip property of the specified Graphics. |
|
SetClip(GraphicsPath) | Sets the clipping region of this Graphics to the specified GraphicsPath. |
|
SetClip(Rectangle) | Sets the clipping region of this Graphics to the rectangle specified by a Rectangle structure. |
|
SetClip(RectangleF) | Sets the clipping region of this Graphics to the rectangle specified by a RectangleF structure. |
|
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. |
|
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. |
|
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(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. |
|
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. |
Show: