resizableImageWithCapInsets method

UIImage resizableImageWithCapInsets(
  1. UIEdgeInsets capInsets
)

resizableImageWithCapInsets:

Implementation

UIImage resizableImageWithCapInsets(UIEdgeInsets capInsets) {
  objc.checkOsVersionInternal('UIImage.resizableImageWithCapInsets:', iOS: (false, (5, 0, 0)));
  final $ret = _objc_msgSend_1mhd1pt(object$.ref.pointer, _sel_resizableImageWithCapInsets_, capInsets);
  return UIImage.fromPointer($ret, retain: true, release: true);
}