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

FIS.ImagePixels Method

Returns an array of pixels from the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImagePixels
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	IList<FilNet.Pixel> outPixels
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
outPixelsSystem.Collections.Generic.IList<FilNet.Pixel>

Function Overrides

See also