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

Invoke.RegionToLocations

Converts a region to an array of its pixel locations.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionToLocations
(
	Avl.Region inRegion,
	List<Avl.Location> outLocations
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outLocationsSystem.Collections.Generic.List<Avl.Location>

See also