Xor

Region.Xor method (1 of 4)

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

public void Xor(RectangleF rect)
ParameterTypeDescription
rectRectangleFThe RectangleF structure to xor with this Region.

See Also


Region.Xor method (2 of 4)

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

public void Xor(Rectangle rect)
ParameterTypeDescription
rectRectangleThe Rectangle structure to xor with this Region.

See Also


Region.Xor method (3 of 4)

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

public void Xor(GraphicsPath path)
ParameterTypeDescription
pathGraphicsPathThe GraphicsPath to xor with this Region.

Exceptions

exceptioncondition
ArgumentNullExceptionpath is null.

See Also


Region.Xor method (4 of 4)

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

public void Xor(Region region)
ParameterTypeDescription
regionRegionThe Region to xor with this Region.

Exceptions

exceptioncondition
ArgumentNullExceptionregion is null.

See Also