WebPlanner Programmer's Guide

IGraphics.SetClip Method (Rectangle)

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void SetClip (
    Rectangle rect
)

Visual Basic  Copy Code

Public MustOverride Sub SetClip ( _
    rect As Rectangle _
)

 Parameters

rect
A .NET Rectangle structure that represents the new clip region.

 See Also