Search
IGraphics.SetClip Method
See Also
 






Sets the clipping region of this IGraphics object.

 Overload List

Name Description

IGraphics.SetClip (IGraphicsPath)

Sets the clipping region of this IGraphics object to the specified IGraphicsPath object.

IGraphics.SetClip (IGraphicsPath, CombineMode)

Sets the clipping region of this IGraphics object to the result of the specified operation combining the current clip region and the specified IGraphicsPath object.

IGraphics.SetClip (Rect)

Sets the clipping region of this IGraphics object to the specified rectangle.

IGraphics.SetClip (Rect, CombineMode)

Sets the clipping region of this IGraphics object to the result of the specified operation combining the current clip region and the specified rectangle.

 See Also