共用方式為


UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) 方法

定義

UIImage根據 this 建立 ,並具有指定的 alignmentInsets

[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

要套用至新影像的對齊中繼資料。

傳回

新的影像。

屬性

備註

(此節點的更多檔即將推出)

這可從背景執行緒使用。

適用於