Region.Xor

Xor(RectangleF)

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 GraphicsPath) with this Region.

See Also


Xor(Rectangle)

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


Xor(GraphicsPath)

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.

See Also


Xor(Region)

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.

See Also