 | BitMatrix Constructor (Int32, Int32) |
Initializes a new instance of the
BitMatrix class.
Namespace:
Opait.Barcode
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic BitMatrix(
int rows,
int columns
)
Parameters
- rows
- Type: SystemInt32
The number of rows. - columns
- Type: SystemInt32
The number of columns.
See Also