imageWithBaselineOffsetFromBottom method
imageWithBaselineOffsetFromBottom:
Implementation
UIImage imageWithBaselineOffsetFromBottom(double baselineOffset) {
objc.checkOsVersionInternal('UIImage.imageWithBaselineOffsetFromBottom:', iOS: (false, (13, 0, 0)));
final $ret = _objc_msgSend_oa8mke(object$.ref.pointer, _sel_imageWithBaselineOffsetFromBottom_, baselineOffset);
return UIImage.fromPointer($ret, retain: true, release: true);
}