You are here: Start » AVL.NET » Invoke.RegionSymmetricDifference
Computes a region containing pixels from first or second input region, but not from both.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RegionSymmetricDifference ( Avl.Region inRegion1, Avl.Region inRegion2, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion1 | Avl.Region | First input region. | ||
![]() | inRegion2 | Avl.Region | Second input region. | ||
![]() | outRegion | Avl.Region | Output region. |