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

AVL.RegionToLocations Method

Converts a region to an array of its pixels locations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionToLocations(
	AvlNet.Region inRegion,
	out AvlNet.Location[] outLocations
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outLocationsAvlNet.Location

Description

The operation forms an array of pixel locations equivalent to the given region. Note that the resulting array may occupy much more space than the region because it stores each pixels separately, as opposed to the run-length encoding used in regions.

See also