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

AVS.SetImageColumn Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also