Click or drag to resize

BitMatrixFlipY Method

Flips the current matrix in the y-direction.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public BitMatrix FlipY()

Return Value

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