INImage.FromUrl 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FromUrl(NSUrl) |
從位置載入 INImage 的 |
FromUrl(NSUrl, Double, Double) |
從 |
FromUrl(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
傳回
- 屬性