Click or drag to resize

IntegerMatrixSetRow Method

Set the entire row of the matrix to a parameter list of values.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SetRow(
	int rowIndex,
	params int[] rowList
)

Parameters

rowIndex
Type: SystemInt32
The zero based row index to set.
rowList
Type: SystemInt32
A parameter array of integers that are set to the matrix row.
See Also