Search
GdiGraphics.SetClip Method
See Also
 





Sets the clipping region of this GdiGraphics object.

 Overload List

Name Description

GdiGraphics.SetClip (GraphicsPath)

Sets the clipping region of this GdiGraphics object to the specified .NET GraphicsPath object.

GdiGraphics.SetClip (GraphicsPath, CombineMode)

Sets the clipping region of this GdiGraphics object to the result of the specified operation combining the current clip region and the specified .NET GraphicsPath object.

GdiGraphics.SetClip (IGraphics)

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

GdiGraphics.SetClip (IGraphics, CombineMode)

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

GdiGraphics.SetClip (Rectangle)

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

GdiGraphics.SetClip (Rectangle, CombineMode)

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

GdiGraphics.SetClip (RectangleF)

Sets the clipping region of this GdiGraphics object to the rectangle specified by a RectangleF structure.

GdiGraphics.SetClip (RectangleF, CombineMode)

Sets the clipping region of this GdiGraphics object to the result of the specified operation combining the current clip region and the rectangle specified by a RectangleF structure.

GdiGraphics.SetClip (Region, CombineMode)

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

 See Also