resizableImageWithCapInsets_ method
create a resizable version of this image. the interior is tiled when drawn.
Implementation
UIImage resizableImageWithCapInsets_(objc.ObjCObjectBase capInsets) {
final _ret = _objc_msgSend_62nh5j(this.ref.pointer, _sel_resizableImageWithCapInsets_, capInsets.ref.pointer);
return UIImage.castFromPointer(_ret, retain: true, release: true);
}