You are here: Start » AVL.NET » Invoke.RegionComplement

Invoke.RegionComplement

Computes a region of pixels not contained in the input region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionComplement
(
	Avl.Region inRegion,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outRegionAvl.RegionOutput region.

See also