Share via


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 です。

属性

注釈

システムでは、このプロパティで指定されたサイズ変更モードを常に使用するとは限りません。 むしろ、"望ましい外観を維持しながら、可能な限り最速のモード" を使用します。

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

適用対象

こちらもご覧ください