Sets clipping region for this GdiGraphics object.
Name | Description | |
---|---|---|
SetClip(Rectangle) |
Replaces current clipping region for this GdiGraphics object with the rectangular area. |
|
SetClip(RectangleF) |
Replaces current clipping region for this GdiGraphics object with the rectangular area. |
|
SetClip(Region) |
Replaces current clipping region for this GdiGraphics object with given Region. |
|
SetClip(Rectangle, CombineMode) |
Combines current clipping region with given rectangle using specified set-theoretic operation. |
|
SetClip(RectangleF, CombineMode) |
Combines current clipping region with given rectangle using specified set-theoretic operation. |
|
SetClip(Region, CombineMode) |
Replaces current clipping region for this GdiGraphics object with given Region using specified set-theoretic operation. |