You are here: Start » AVL.NET » AVL.SetImageColumn(AvlNet.Image, int?, int, float[])

AVL.SetImageColumn(AvlNet.Image, int?, int, float[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

ioImage
Type: AvlNet.Image
inChannelIndex
Type: System.Nullable<System.Int32>
inColumnIndex
Type: System.Int32
inValues
Type: System.Single

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