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

