[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)
None.