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

AVS.LocationsToRegion Method

Forms a region containing pixels of given locations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LocationsToRegion
(
	IList<AvlNet.Location> inLocations,
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inLocationsSystem.Collections.Generic.IList<AvlNet.Location>
inFrameWidthint<0, 65535>
inFrameHeightint<0, 65535>
outRegionAvlNet.RegionOutput region.

See also