[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Region.Exclude

Exclude Method

Exclude(Rectangle)

Updates this Region object to the portion of its interior that does not intersect with the specified Rectangle structure.

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

The Rectangle structure to exclude from this Region object.

Exclude(Region)

Updates this Region object to the portion of its interior that does not intersect with the specified Region object.

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

The Region object to exclude from this Region object.