imageWithAlignmentRectInsets_ method
Support for constraint-based layout (auto layout) The alignmentRectInsets of a UIImage are used by UIImageView and other UIView and UIControl subclasses that take custom images to determine the view's alignment rect insets for constraint-based layout. The default alignmentRectInsets are UIEdgeInsetsZero.
Implementation
UIImage imageWithAlignmentRectInsets_(objc.ObjCObjectBase alignmentInsets) {
final _ret = _objc_msgSend_62nh5j(this.ref.pointer, _sel_imageWithAlignmentRectInsets_, alignmentInsets.ref.pointer);
return UIImage.castFromPointer(_ret, retain: true, release: true);
}