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

AVS.RegionToLocations Method

Converts a region to an array of its pixel locations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionToLocations
(
	AvlNet.Region inRegion,
	IList<AvlNet.Location> outLocations
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outLocationsSystem.Collections.Generic.IList<AvlNet.Location>

See also