Search
IGraphics.SetClip Method (Rectangle)
See Also
 






Sets the clipping region of this IGraphics object to the specified rectangle.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

void SetClip (
    Rectangle rect
)

Visual Basic  Copy Code

Sub SetClip( _
    rect As Rectangle _
)

 Parameters

rect

A Rectangle structure that represents the new clip region.

 See Also