共用方式為


UIImage.ResizingMode 屬性

定義

影像所使用的調整大小模式。

[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

屬性

備註

系統不一定會使用此屬性所指定的調整大小模式。 相反地,它會使用「最快的模式,同時仍保留所需的視覺外觀」。

這可從背景執行緒使用。

適用於

另請參閱