Click or drag to resize

BitMatrix Constructor (Int32, Int32)

Initializes a new instance of the BitMatrix class.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public BitMatrix(
	int rows,
	int columns
)

Parameters

rows
Type: SystemInt32
The number of rows.
columns
Type: SystemInt32
The number of columns.
See Also