Click or drag to resize

BitMatrixCopyTo Method (BitMatrix, Int32, Int32)

Copy the current BitMatrix into another BitMatrix.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public void CopyTo(
	BitMatrix dest,
	int dstRow,
	int dstCol
)

Parameters

dest
Type: Opait.BarcodeBitMatrix
The destination BitMatrix.
dstRow
Type: SystemInt32
The starting row index of the destination.
dstCol
Type: SystemInt32
The starting column index of the destination.
See Also