BinaryImage Constructor

Overload List

BinaryImage(Boolean) Initializes a new instance of the BinaryImage struct using a bool[25]. The first 5 elements represent the first row (left to right), the next 5 elements represent the second row, and so on. Filled in cells are represented by and empty cells by .
BinaryImage(Int32) Initializes a new instance of the BinaryImage struct using an encoding of the image into an integer. The encoding should be as specified in the BinaryImage class documentation.

See Also