isRotateSupported method

bool isRotateSupported()

@return Whether this bitmap supports counter-clockwise rotation.

Implementation

bool isRotateSupported() {
  return _binarizer.luminanceSource.isRotateSupported;
}