Share via


INImage.FromUrl Method

Definition

Overloads

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

Applies to