[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Region.Xor

Xor Method

Xor(Rectangle)

Updates this Region object to the union minus the intersection of itself with the specified Rectangle strcuture.

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

The Rectangle structure to XOR with this Region object.

Xor(Region)

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

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

The Region object to XOR with this Region object.