You are here: Start » AVL.NET » AVL.SetImageRow(AvlNet.Image, int?, int, float[])
AVL.SetImageRow(AvlNet.Image, int?, int, float[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SetImageRow( ref AvlNet.Image ioImage, int? inChannelIndex, int inRowIndex, float[] inValues )
Parameters
- ioImage
- Type: AvlNet.Image
- inChannelIndex
- Type: System.Nullable<System.Int32>
- inRowIndex
- Type: System.Int32
- inValues
- Type: System.Single
Errors
| Error type | Description |
|---|---|
| DomainError | Channel index out of range in SetImageRow. |
| DomainError | Row index out of range in SetImageRow. |
| DomainError | Size of inValues array and image width are not equal in SetImageRow. |
