DXRegion.Xor Method
| Name | Parameters | Description |
|---|---|---|
| Xor(DXGraphicsPath) | path |
Updates the region to include the union minus the intersection of itself with the specified DXGraphicsPath object.
|
| Xor(DXRegion) | right | Updates this region to the union minus the intersection of itself with the specified region. |
| Xor(RectangleF) | rect | Updates the region to include the union minus the intersection of itself with the specified rectangle. |