This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.IntersectClip Method

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.

See Also

Reference