WebPlanner Programmer's Guide

GdiGraphics.IntersectClip Method (Rectangle)

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void IntersectClip (
    Rectangle rect
)

Visual Basic  Copy Code

Public Overridable Sub IntersectClip ( _
    rect As Rectangle _
)

 Parameters

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

 See Also