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
新しいイメージに適用される配置メタデータ。
戻り値
新しいイメージ。
- 属性
注釈
(このノードのその他のドキュメントが公開されます)
これは、バックグラウンド スレッドから使用できます。