Set this region to the intersection of itself and a supplied graphics path.
Syntax

[C#]

void Intersect(GraphicsPath path);
void Intersect(RectangleF rect);
void Intersect(Region region);

[Visual Basic]

Sub Intersect(path As GraphicsPath)
Sub Intersect(rect As RectangleF)
Sub Intersect(region As Region)
Params
Name Description
path The graphics path.
rect The rectangle.
region The region.
Notes

None.

Example

None.