You are here: Start » AVL.NET » AVS.RegionComplement Method

AVS.RegionComplement Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionComplement
(
	AvlNet.Region inRegion,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outRegionAvlNet.RegionOutput region.

See also