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

Invoke.LocationsToRegion

Forms a region containing pixels of given locations.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LocationsToRegion
(
	List<Avl.Location> inLocations,
	int inFrameWidth,
	int inFrameHeight,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inLocationsSystem.Collections.Generic.List<Avl.Location>
inFrameWidthint<0, 65535>
inFrameHeightint<0, 65535>
outRegionAvl.RegionOutput region.

See also