Click or drag to resize

IntegerMatrix Constructor (Int32, Int32)

Creates a new instance of IntegerMatrix.

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 IntegerMatrix(
	int rows,
	int columns
)

Parameters

rows
Type: SystemInt32
The number of rows for the matrix.
columns
Type: SystemInt32
The number of columns for the matrix.
See Also