共用方式為


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 ,其值全部為零。

屬性

備註

這個屬性可用來指定與 ' s Size 不同的 UIImage 對齊矩形。 例如,如果影像具有陰影效果,則屬性可用來與影像的「主要」部分對齊。

這可從背景執行緒使用。

適用於