Charting for WinForms Programmer's Guide
GdiGraphics.IntersectClip Method (RectangleF)
See Also
 






Updates the clip region of this GdiGraphics object to the intersection of the current clip region and the specified RectangleF structure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void IntersectClip (
    RectangleF rect
)

Visual Basic  Copy Code

Public Overridable Sub IntersectClip( _
    rect As RectangleF _
)

 Parameters

rect
A .NET RectangleF structure to intersect with the current clip region.

 See Also

IntersectClip Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace