MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.SetClip Method (IGraphics, CombineMode)
See Also
 



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.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void SetClip (
    IGraphics g,
    CombineMode combineMode
)

Visual Basic  Copy Code

Public Overridable Sub SetClip( _
    g As IGraphics, _
    combineMode As CombineMode _
)

 Parameters

g
An IGraphics object that specifies the clip region 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