imageWithoutBaseline method

UIImage imageWithoutBaseline()

imageWithoutBaseline

Implementation

UIImage imageWithoutBaseline() {
  final _ret = _objc_msgSend_1x359cv(this.ref.pointer, _sel_imageWithoutBaseline);
  return UIImage.castFromPointer(_ret, retain: true, release: true);
}