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