[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Region.Intersect

Intersect Method

Intersect(Rectangle)

Updates this Region object to the intersection of itself with the specified Rectangle structure.

Declaration
public void Intersect(Rectangle rectangle)
Parameters
Type Name Description
Rectangle rectangle

The Rectangle structure to intersect with this Region object.

Intersect(Region)

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

Declaration
public void Intersect(Region region)
Parameters
Type Name Description
Region region

The Region object to intersect with this Region object.