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


