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

Invoke.RegionToLocations

Converts a region to an array of its pixel locations.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outLocationsSystem.Collections.Generic.List<Fil.Location>

See also