[]
        
(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)
Public Sub Intersect(rectangle As 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)
Public Sub Intersect(region As Region)
Parameters
Type Name Description
Region region

The Region object to intersect with this Region object.