Graphics::SetClip Method
.NET Framework (current version)
Namespace:
System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Return to top
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | SetClip(Graphics^) | |
![]() | SetClip(Graphics^, CombineMode) | |
![]() | SetClip(GraphicsPath^) | Sets the clipping region of this Graphics to the specified GraphicsPath. |
![]() | 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) | |
![]() | SetClip(Rectangle, CombineMode) | |
![]() | SetClip(RectangleF) | Sets the clipping region of this Graphics to the rectangle specified by a RectangleF 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) |
Show:
