You are here: Start » FIL.NET » Invoke.SetImageColumn

Invoke.SetImageColumn

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SetImageColumn
(
	Fil.Image ioImage,
	Optional<int> inChannelIndex,
	int inColumnIndex,
	List<float> inValues
)

Parameters

Name Type Range Default Description
ioImageFil.Image
inChannelIndexFtl.Optional<int><0, 3>Selects a channel of the input image. Default value: ftl::NIL.
inColumnIndexint<0, 65535>Selects a column of the input image.
inValuesSystem.Collections.Generic.List<float>New values for specified column.

See also