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

The Region object to exclude from this Region object.