You are here: Start » FIL.NET » FIS.RegionToLocations Method

FIS.RegionToLocations Method

Converts a region to an array of its pixel locations.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outLocationsSystem.Collections.Generic.IList<FilNet.Location>

See also