Computes a region of pixels not contained in the input region.
Syntax
C++
C#
Python
def RegionComplement(
inRegion: Region,
outRegion: Region,
/
)
-> None
Parameters
|
Name |
Type |
Default |
Description |
 |
inRegion |
Region |
|
Input region |
 |
outRegion |
Region |
|
Output region |