You are here: Start » AVL.NET » AVL.SetImageRow(AvlNet.Image, int, float[])
AVL.SetImageRow(AvlNet.Image, int, float[])
Sets pixel values in a single entire row of an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SetImageRow( ref AvlNet.Image ioImage, int inRowIndex, float[] inValues )
Parameters
- ioImage
- Type: AvlNet.Image
- inRowIndex
- Type: System.Int32
Selects a row of the input image - inValues
- Type: System.Single
New values for specified row
Remarks
See full override for more details.
