Aurigma Graphics Mill 5.5 for .NET
GdiGraphics..::.IntersectClip Method
Updates the clip region of this GdiGraphics by intersecting it with given rectangular area or Region.
Overload List
| Name | Description | |
|---|---|---|
|
|
IntersectClip(Rectangle) |
Updates the clip region of this GdiGraphics by intersecting it with given rectangular area. |
|
|
IntersectClip(RectangleF) |
Updates the clip region of this GdiGraphics by intersecting it with given rectangular area. |
|
|
IntersectClip(Region) |
Updates the clip region of this GdiGraphics by intersecting it with given Region. |