INImage.FromUrl Method

Definition

Overloads

FromUrl(NSUrl)

Static factory method to load an INImage from the url location.

FromUrl(NSUrl, Double, Double)

Static factory method to load an INImage from the url location, with the specified size.

FromUrl(NSUrl)

Static factory method to load an INImage from the url location.

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

Parameters

url
NSUrl

Returns

Attributes

Applies to

FromUrl(NSUrl, Double, Double)

Static factory method to load an INImage from the url location, with the specified size.

[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

Parameters

url
NSUrl
width
Double
height
Double

Returns

Attributes

Applies to