Click or drag to resize

BitMatrixResize Method

Resizes the matrix. New additions are filled with zeros.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public void Resize(
	int rows,
	int columns
)

Parameters

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