UIImage.AlignmentRectInsets 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對齊中繼資料,提供對齊 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 對齊矩形。 例如,如果影像具有陰影效果,則屬性可用來與影像的「主要」部分對齊。
這可從背景執行緒使用。