IntersectClip(Rectangle) Method
In This Topic
Updates the clip region of this
Graphics object to the intersection of the current clip region and the specified
System.Drawing.Rectangle structure.
Syntax
'Declaration
Public Overloads Sub IntersectClip( _
ByVal As Rectangle _
)
public void IntersectClip(
Rectangle
)
Parameters
- rectangle
- System.Drawing.Rectangle structure to intersect with the current clip region.
See Also