You are here: Start » FIL.NET » FIS.SetImageRow Method
FIS.SetImageRow Method
Sets pixel values in a single entire row of an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SetImageRow ( FilNet.Image ioImage, int inRowIndex, IList<float> inValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inRowIndex | int | <0, 65535> | Selects a row of the input image. | |
![]() | inValues | System.Collections.Generic.IList<float> | New values for specified row. |