CGImageSource.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) |
Creates an image loader that loads the file from the given url. |
FromUrl(NSUrl, CGImageOptions) |
Creates an image loader that loads the file from the given url. |
FromUrl(NSUrl)
Creates an image loader that loads the file from the given url.
public static ImageIO.CGImageSource FromUrl (Foundation.NSUrl url);
static member FromUrl : Foundation.NSUrl -> ImageIO.CGImageSource
Parameters
- url
- NSUrl
Url to load the image from.
Returns
Applies to
FromUrl(NSUrl, CGImageOptions)
Creates an image loader that loads the file from the given url.
public static ImageIO.CGImageSource FromUrl (Foundation.NSUrl url, ImageIO.CGImageOptions options);
static member FromUrl : Foundation.NSUrl * ImageIO.CGImageOptions -> ImageIO.CGImageSource
Parameters
- url
- NSUrl
Url to load the image from.
- options
- CGImageOptions
Image creation options.