height property

int height

@return The height of the bitmap.

Implementation

int get height {
  return _binarizer.height;
}