Updates the clip region of this System.Drawing.Graphics to the intersection of the current clip region and the specified System.Drawing.Rectangle structure.
- rect
- System.Drawing.Rectangle structure to intersect with the current clip region.
This method assigns to the Graphics.Clip property of this System.Drawing.Graphics the area represented by the intersection of the current clip region and the rectangle specified by the rect parameter.