Charting for WinForms Programmer's Guide
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 (GraphicsPath)

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

IGraphics.SetClip (GraphicsPath, CombineMode)

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

IGraphics.SetClip (IGraphics)

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

IGraphics.SetClip (IGraphics, CombineMode)

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

IGraphics.SetClip (Rectangle)

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

IGraphics.SetClip (Rectangle, 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 Rectangle structure.

IGraphics.SetClip (RectangleF)

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

IGraphics.SetClip (RectangleF, 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 RectangleF structure.

IGraphics.SetClip (Region, CombineMode)

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

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace