Click or drag to resize

IntegerMatrixGetItem Method

Gets a value in the specified location of the matrix.

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

Parameters

row
Type: SystemInt32
The row containing the element to get. (zero based)
column
Type: SystemInt32
The column containing the element to get. (zero based)

Return Value

Type: Int32
A value in the specified location of the matrix.
See Also