You are here: Start » FIL.NET » Invoke.SetImageRow
Sets pixel values in a single entire row of an image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SetImageRow ( Fil.Image ioImage, Optional<int> inChannelIndex, int inRowIndex, List<float> inValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | Fil.Image | ||||
![]() | inChannelIndex | Ftl.Optional<int> | <0, 3> | Selects a channel of the input image. Default value: ftl::NIL. | |
![]() | inRowIndex | int | <0, 65535> | Selects a row of the input image. | |
![]() | inValues | System.Collections.Generic.List<float> | New values for specified row. |