UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
要套用至新影像的對齊中繼資料。
傳回
新的影像。
- 屬性
備註
(此節點的更多檔即將推出)
這可從背景執行緒使用。