You are here: Start » FIL.NET » Invoke.RegionDifference
Computes a region containing pixels from the first input region but not from the second input region.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RegionDifference ( 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. |