Click or drag to resize

BitMatrix Constructor (Int32)

Square matrix constructor. Initializes a new instance of the BitMatrix class.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public BitMatrix(
	int size = 0
)

Parameters

size (Optional)
Type: SystemInt32
The number of rows and columns.
See Also