Click or drag to resize

BitMatrix Constructor (Int32)

Square matrix constructor. 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 size = 0
)

Parameters

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