次の方法で共有


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

新しいイメージに適用される配置メタデータ。

戻り値

新しいイメージ。

属性

注釈

(このノードのその他のドキュメントが公開されます)

これは、バックグラウンド スレッドから使用できます。

適用対象