Search
IGraphics.SetClip Method
See Also
 





Sets the clipping region of this IGraphics object to the Clip property of the specified IGraphics object.

 Overload List

Name Description

IGraphics.SetClip (IGraphicsPath)

Sets the clipping region of this IGraphics object to the specified GraphicsPath 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 GraphicsPath object.

IGraphics.SetClip (Rect)

Sets the clipping region of this IGraphics object to the rectangle specified by a Rect structure.

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 rectangle specified by a Rect structure.

 See Also