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

The Region object to XOR with this Region object.