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

FIS.GetImageColumn Method

Extracts an array of pixel values from a single column of an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetImageColumn
(
	FilNet.Image inImage,
	int inColumnIndex,
	IList<float> outValues,
	IList<FilNet.Pixel> outPixels
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inColumnIndexint<0, 65535>Selects a column of the input image.
outValuesSystem.Collections.Generic.IList<float>Output pixel values of the column.
outPixelsSystem.Collections.Generic.IList<FilNet.Pixel>Output pixels of the column.

Function Overrides

See also