width property

int width

@return The width of the bitmap.

Implementation

int get width {
  return _binarizer.width;
}