Click or drag to resize

IntegerMatrixSetItem Method

Set the value of an element in the array.

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 SetItem(
	int row,
	int column,
	int itemValue
)

Parameters

row
Type: SystemInt32
The row containing the element to set. (zero based)
column
Type: SystemInt32
The column containing the element to set. (zero based)
itemValue
Type: SystemInt32
The value to set.
See Also