BitMatrix Class |
Namespace: Opait.Barcoder.Api
public class BitMatrix
The BitMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| BitMatrix(BitMatrix) |
Copy constructor. Initializes a new instance of the BitMatrix class.
| |
| BitMatrix(Int32) |
Square matrix constructor. Initializes a new instance of the BitMatrix class.
| |
| BitMatrix(Int32, Int32) |
Initializes a new instance of the BitMatrix class.
|
| Name | Description | |
|---|---|---|
| AllBits |
Gets the total number of bits.
| |
| Columns |
Gets the number of columns in the matrix.
| |
| Item |
Gets or sets the value at the specified row and column index.
| |
| Rows |
Gets the number of rows in the matrix.
| |
| SetBits |
Gets the number of set bits.
|
| Name | Description | |
|---|---|---|
| CopyTo(BitMatrix, Int32, Int32) |
Copy the current BitMatrix into another BitMatrix.
| |
| CopyTo(BitMatrix, Int32, Int32, Int32, Int32, Int32, Int32) |
Copies a rectangular region of this BitMatrix to another BitMatrix.
| |
| FlipY |
Flips the current matrix in the y-direction.
| |
| Resize |
Resizes the matrix. New additions are filled with zeros.
|