次の方法で共有


INImage.FromUrl メソッド

定義

オーバーロード

FromUrl(NSUrl)

場所から urlINImage読み込む静的ファクトリ メソッド。

FromUrl(NSUrl, Double, Double)

指定したサイズの場所から urlINImage読み込む静的ファクトリ メソッド。

FromUrl(NSUrl)

場所から urlINImage読み込む静的ファクトリ メソッド。

[Foundation.Export("imageWithURL:")]
public static Intents.INImage FromUrl (Foundation.NSUrl url);
static member FromUrl : Foundation.NSUrl -> Intents.INImage

パラメーター

url
NSUrl

戻り値

属性

適用対象

FromUrl(NSUrl, Double, Double)

指定したサイズの場所から urlINImage読み込む静的ファクトリ メソッド。

[Foundation.Export("imageWithURL:width:height:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Intents.INImage FromUrl (Foundation.NSUrl url, double width, double height);
static member FromUrl : Foundation.NSUrl * double * double -> Intents.INImage

パラメーター

url
NSUrl
width
Double
height
Double

戻り値

属性

適用対象