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

AVL.SetImageColumn Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SetImageColumn(
	ref AvlNet.Image ioImage,
	int inColumnIndex,
	float[] inValues
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inColumnIndexint<0, 65535>Selects a column of the input image.
inValuesfloatNew values for specified column.

Errors

Error type Description
DomainError Channel index out of range in SetImageColumn.
DomainError Column index out of range in SetImageColumn.
DomainError Size of inValues array and image height are not equal in SetImageColumn.

See also