INImage.FromUrl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| FromUrl(NSUrl) | |
| FromUrl(NSUrl, Double, Double) |
FromUrl(NSUrl)
[Foundation.Export("imageWithURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INImage? FromUrl(Foundation.NSUrl url);
[<Foundation.Export("imageWithURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromUrl : Foundation.NSUrl -> Intents.INImage
Parameters
- url
- NSUrl
Returns
- Attributes
Applies to
FromUrl(NSUrl, Double, Double)
[Foundation.Export("imageWithURL:width:height:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INImage? FromUrl(Foundation.NSUrl url, double width, double height);
[<Foundation.Export("imageWithURL:width:height:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromUrl : Foundation.NSUrl * double * double -> Intents.INImage
Parameters
- url
- NSUrl
- width
- Double
- height
- Double
Returns
- Attributes