UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) 方法

定义

UIImage使用指定的 alignmentInsets创建基于 this的 。

[Foundation.Export("imageWithAlignmentRectInsets:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImage ImageWithAlignmentRectInsets (UIKit.UIEdgeInsets alignmentInsets);
abstract member ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage
override this.ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage

参数

alignmentInsets
UIEdgeInsets

要应用于新图像的对齐元数据。

返回

新图像。

属性

注解

(即将推出有关此节点的更多文档)

这可以从后台线程使用。

适用于