Graphics.SetClip Method

Sets the clipping region of this Graphics.

Overload List

Name Description
Public method SetClip(Rectangle)

Sets the clipping region of this Graphics to the rectangle specified by a Rectangle structure.

Public method SetClip(Region)

Sets the clipping region of this Graphics to the rectangle specified by a Region.

Public method SetClip(Rectangle, CombineMode)

Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the rectangle specified by a Rectangle structure.

Public method SetClip(Region, CombineMode)

Sets the clipping region of this Graphics to the result of the specified operation combining the current clip region and the specified Region.

See Also

Reference