Set the clip region to the intersection of the current clip region and a supplied rectangle.
Syntax

[C#]

void IntersectClip(RectangleF rect);
void IntersectClip(Region region);

[Visual Basic]

Sub IntersectClip(rect As RectangleF)
Sub IntersectClip(region As Region)
Params
Name Description
rect The rectangle.
region The region.
Notes

None.

Example

None.