UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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