ASP.NET Pack Programmer's Guide
IGraphics.IntersectClip Method (RectangleF)
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void IntersectClip (
    RectangleF rect
)

Visual Basic  Copy Code

Sub IntersectClip( _
    rect As RectangleF _
)

 Parameters

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

 See Also

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