Updates the clip region of this GdiGraphics by intersecting it with given rectangular area or Region.

Overload List

Name Description
Public method IntersectClip(Rectangle)

Updates the clip region of this GdiGraphics by intersecting it with given rectangular area.

Public method IntersectClip(RectangleF)

Updates the clip region of this GdiGraphics by intersecting it with given rectangular area.

Public method IntersectClip(Region)

Updates the clip region of this GdiGraphics by intersecting it with given Region.