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
FromUrl(NSUrl) |
Static factory method to load an INImage from the |
FromUrl(NSUrl, Double, Double) |
Static factory method to load an INImage from the |
FromUrl(NSUrl)
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