You are here: Start » AVL.NET » AVS.SetImageRow Method

AVS.SetImageRow Method

Sets pixel values in a single entire row of an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SetImageRow
(
	AvlNet.Image ioImage,
	int inRowIndex,
	IList<float> inValues
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inRowIndexint<0, 65535>Selects a row of the input image.
inValuesSystem.Collections.Generic.IList<float>New values for specified row.

Function Overrides

See also