Click or drag to resize

IntegerMatrixGetRow Method

Returns a one-dimensional array containing an entire row 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[] GetRow(
	int rowIndex
)

Parameters

rowIndex
Type: SystemInt32
The zero based row to retreive.

Return Value

Type: Int32
A one-dimensional array containing an entire row of the matrix.
See Also