Sets clipping region for this GdiGraphics object.

Overload List

Name Description
Public method SetClip(Rectangle)

Replaces current clipping region for this GdiGraphics object with the rectangular area.

Public method SetClip(RectangleF)

Replaces current clipping region for this GdiGraphics object with the rectangular area.

Public method SetClip(Region)

Replaces current clipping region for this GdiGraphics object with given Region.

Public method SetClip(Rectangle, CombineMode)

Combines current clipping region with given rectangle using specified set-theoretic operation.

Public method SetClip(RectangleF, CombineMode)

Combines current clipping region with given rectangle using specified set-theoretic operation.

Public method SetClip(Region, CombineMode)

Replaces current clipping region for this GdiGraphics object with given Region using specified set-theoretic operation.