[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Region.Complement

Complement Method

Complement(Rectangle)

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

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

The Rectangle structure to complement this Region object.

Complement(Region)

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

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

The Region object to complement this Region object.