Click or drag to resize

BitMatrixFlipY Method

Flips the current matrix in the y-direction.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public BitMatrix FlipY()

Return Value

Type: BitMatrix
The result of the flip as a new matrix.
See Also