You are here: Start » AVL.NET » Invoke.RegionSymmetricDifference_OfArray
Computes a region containing pixels belonging to an odd number of array regions.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RegionSymmetricDifference_OfArray ( List<Avl.Region> inRegionArray, Avl.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegionArray | System.Collections.Generic.List<Avl.Region> | |||
![]() | outRegion | Avl.Region | Output region. |


