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

Invoke.SetImageRow

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SetImageRow
(
	Fil.Image ioImage,
	Optional<int> inChannelIndex,
	int inRowIndex,
	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.
inRowIndexint<0, 65535>Selects a row of the input image.
inValuesSystem.Collections.Generic.List<float>New values for specified row.

See also