Charting for WinForms Programmer's Guide
GdiGraphics.SetClip Method (Rectangle, CombineMode)
See Also
 






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.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void SetClip (
    Rectangle rect,
    CombineMode combineMode
)

Visual Basic  Copy Code

Public Overridable Sub SetClip( _
    rect As Rectangle, _
    combineMode As CombineMode _
)

 Parameters

rect
A .NET Rectangle structure to combine.
combineMode
Member of the .NET CombineMode enumeration that specifies the combining operation to use.

 See Also

SetClip Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace