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

AVS.RegionDifference Method

Computes a region containing pixels from the first input region but not from the second input region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionDifference
(
	AvlNet.Region inRegion1,
	AvlNet.Region inRegion2,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegion1AvlNet.RegionFirst input region.
inRegion2AvlNet.RegionSecond input region.
outRegionAvlNet.RegionOutput region.

See also