In This Topic
Updates this
Region object to the union minus the intersection of itself with the specified
Region object.
Syntax
'Declaration
Public Overloads Sub Xor( _
ByVal As Region _
)
public void Xor(
Region
)
Parameters
- region
- The Region object to XOR with this Region object.
See Also