Method Xor
- Namespace
- Alternet.Drawing
- Assembly
- Alternet.UI.Common.dll
Xor(Region)
Updates this Region to the xor of itself with the
specified Region.
public void Xor(Region region)
Parameters
region
Region
The Region to xor with this
Region.
Xor(RectD)
Updates this Region to the xor of itself with the
specified RectD structure.
public void Xor(RectD rect)
Parameters
rect
RectD
The RectD structure to xor with
this Region.