Share via


UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) Method

Definition

[Foundation.Export("imageWithAlignmentRectInsets:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImage ImageWithAlignmentRectInsets(UIKit.UIEdgeInsets alignmentInsets);
[<Foundation.Export("imageWithAlignmentRectInsets:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
abstract member ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage
override this.ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage

Parameters

alignmentInsets
UIEdgeInsets

Returns

Attributes

Applies to