Click or drag to resize

BitMatrix Methods

The BitMatrix type exposes the following members.

Methods
  NameDescription
Public methodCopyTo(BitMatrix, Int32, Int32)
Copy the current BitMatrix into another BitMatrix.
Public methodCopyTo(BitMatrix, Int32, Int32, Int32, Int32, Int32, Int32)
Copies a rectangular region of this BitMatrix to another BitMatrix.
Public methodFlipY
Flips the current matrix in the y-direction.
Public methodResize
Resizes the matrix. New additions are filled with zeros.
Top
See Also