CIImage.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, NSDictionary) |
Creates a new CIImage from |
FromUrl(NSUrl) |
Creates a new CIImage from |
FromUrl(NSUrl, CIImageInitializationOptions) |
Creates a new CIImage from |
FromUrl(NSUrl, NSDictionary)
Creates a new CIImage from url
by using the options that are specified in d
.
[Foundation.Export("imageWithContentsOfURL:options:")]
public static CoreImage.CIImage FromUrl (Foundation.NSUrl url, Foundation.NSDictionary d);
static member FromUrl : Foundation.NSUrl * Foundation.NSDictionary -> CoreImage.CIImage
Parameters
- url
- NSUrl
Returns
- Attributes
Applies to
FromUrl(NSUrl)
FromUrl(NSUrl, CIImageInitializationOptions)
Creates a new CIImage from url
by using the the specified options
.
public static CoreImage.CIImage FromUrl (Foundation.NSUrl url, CoreImage.CIImageInitializationOptions options);
static member FromUrl : Foundation.NSUrl * CoreImage.CIImageInitializationOptions -> CoreImage.CIImage
Parameters
- url
- NSUrl
- options
- CIImageInitializationOptions
Options to initialize the image with.