共用方式為


INImage.FromUrl 方法

定義

多載

FromUrl(NSUrl)

從位置載入 INImageurl 靜態處理站方法。

FromUrl(NSUrl, Double, Double)

url 位置載入 INImage 的靜態處理站方法,其大小為指定的 。

FromUrl(NSUrl)

從位置載入 INImageurl 靜態處理站方法。

[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

傳回

屬性

適用於