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 rectangle specified by a Rect structure.

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 Microsoft.Maui.Graphics.Rect to combine.
mode

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

 See Also