Search
IGraphics.SetClip Method (RectangleF, 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 rectangle specified by a RectangleF structure.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void SetClip (
    RectangleF rect,
    CombineMode combineMode
)

Visual Basic  Copy Code

Sub SetClip( _
    rect As RectangleF, _
    combineMode As CombineMode _
)

 Parameters

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

 See Also