  | BitMatrixCopyTo Method (BitMatrix, Int32, Int32) | 
 
            Copy the current BitMatrix into another BitMatrix.
            
 
    Namespace: 
   Opait.Barcoder.Api
    Assembly:
   Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic void CopyTo(
	BitMatrix dest,
	int dstRow,
	int dstCol
)
Parameters
- dest
 - Type: Opait.Barcoder.ApiBitMatrix
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