Charting for WinForms Programmer's Guide
IGraphics.SetClip Method (RectangleF)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void SetClip (
    RectangleF rect
)

Visual Basic  Copy Code

Sub SetClip( _
    rect As RectangleF _
)

 Parameters

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

 See Also

SetClip Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace