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

GdiGraphics.ExcludeClip Method

Updates the clip region of this GdiGraphics by excluding given area.

Overload List

Name Description
Public method ExcludeClip(Rectangle)

Updates the clip region of this GdiGraphics by excluding given rectangular area.

Public method ExcludeClip(RectangleF)

Updates the clip region of this GdiGraphics by excluding given rectangular area.

Public method ExcludeClip(Region)

Updates the clip region of this GdiGraphics by excluding given Region.

See Also

Reference