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