Search
IGraphics.SetClip Method (Rect)
See Also
 





Sets the clipping region of this IGraphics object to the rectangle specified by a Rect structure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void SetClip (
    Rect rect
)

Visual Basic  Copy Code

Sub SetClip( _
    rect As Rect _
)

 Parameters

rect
A Microsoft.Maui.Graphics.Rect that represents the new clip region.

 See Also