Click or drag to resize

BitMatrixResize Method

Resizes the matrix. New additions are filled with zeros.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.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