Region::Intersect Method (Region^)

 

Updates this Region to the intersection of itself with the specified Region.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void Intersect(
	Region^ region
)

Parameters

region
Type: System.Drawing::Region^

The Region to intersect with this Region.

For code examples, see the Intersect(RectangleF) and Complement(GraphicsPath^) method.

.NET Framework
Available since 1.1
Return to top
Show: