Search
IGraphics.SetClip Method (Rect, CombineMode)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void SetClip (
    Rect rect,
    CombineMode mode
)

Visual Basic  Copy Code

Sub SetClip( _
    rect As Rect, _
    mode As CombineMode _
)

 Parameters

rect

A Rectangle structure to combine.

mode

Member of the CombineMode enumeration that specifies the combining operation to use.

 See Also