次の方法で共有


UIImage.AlignmentRectInsets プロパティ

定義

コンテンツを配置するためのヒントを提供する UIImage 配置メタデータ。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIEdgeInsets AlignmentRectInsets { [Foundation.Export("alignmentRectInsets")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.AlignmentRectInsets : UIKit.UIEdgeInsets

プロパティ値

既定値は、 の UIEdgeInsets 値がすべて 0 である です。

属性

注釈

このプロパティを使用すると、 の とは異なる配置四角形をUIImageSize指定できます。 たとえば、イメージにドロップ シャドウ効果がある場合は、 プロパティを使用してイメージの "main" 部分に合わせて配置できます。

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

適用対象