imageWithBaselineOffsetFromBottom_ method

UIImage imageWithBaselineOffsetFromBottom_(
  1. double baselineOffset
)

imageWithBaselineOffsetFromBottom:

Implementation

UIImage imageWithBaselineOffsetFromBottom_(double baselineOffset) {
  final _ret = _objc_msgSend_1x911p2(this.ref.pointer, _sel_imageWithBaselineOffsetFromBottom_, baselineOffset);
  return UIImage.castFromPointer(_ret, retain: true, release: true);
}