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,
	IList<FilNet.Pixel> outPixels
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outPixelsSystem.Collections.Generic.IList<FilNet.Pixel>

Function Overrides

See also