Click or drag to resize

BitMatrix Constructor (BitMatrix)

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

Parameters

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