Click or drag to resize

BitMatrix Constructor (BitMatrix)

Copy 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(
	BitMatrix other
)

Parameters

other
Type: Opait.BarcodeBitMatrix
The source class to copy from.
See Also