INImage.FromUrl 方法

定义

重载

FromUrl(NSUrl)

url位置加载 的INImage静态工厂方法。

FromUrl(NSUrl, Double, Double)

静态工厂方法,用于从url具有指定大小的位置加载 INImage

FromUrl(NSUrl)

url位置加载 的INImage静态工厂方法。

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

参数

url
NSUrl

返回

属性

适用于

FromUrl(NSUrl, Double, Double)

静态工厂方法,用于从url具有指定大小的位置加载 INImage

[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

返回

属性

适用于