You are here: Start » AVL.NET » AVL.RegionToLocations(AvlNet.Region, AvlNet.Location[])
AVL.RegionToLocations(AvlNet.Region, AvlNet.Location[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionToLocations( AvlNet.Region inRegion, out AvlNet.Location[] outLocations )
Parameters
- inRegion
- Type: AvlNet.Region
- outLocations
- Type: AvlNet.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.
