You are here: Start » FIL.NET » FIS.GetImageRow Method
FIS.GetImageRow Method
Extracts an array of pixel values from a single row of an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void GetImageRow ( FilNet.Image inImage, int inRowIndex, IList<float> outValues, IList<FilNet.Pixel> outPixels )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRowIndex | int | <0, 65535> | Selects a row of the input image. | |
![]() | outValues | System.Collections.Generic.IList<float> | Output pixel values of the row. | ||
![]() | outPixels | System.Collections.Generic.IList<FilNet.Pixel> | Output pixels of the row. |