UIImage.ResizingMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
影像所使用的調整大小模式。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImageResizingMode ResizingMode { [Foundation.Export("resizingMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ResizingMode : UIKit.UIImageResizingMode
屬性值
預設值是 Tile。
- 屬性
備註
系統不一定會使用此屬性所指定的調整大小模式。 相反地,它會使用「最快的模式,同時仍保留所需的視覺外觀」。
這可從背景執行緒使用。
適用於
另請參閱
- <xref:UIKit.UIImage.CreateAnimatedImage(string%2cUIKit.UIEdgeInsets%2cUIKit.UIImageResizingMode%2cdouble)>
- CreateResizableImage(UIEdgeInsets, UIImageResizingMode)