ALAssetRepresentation.GetImage Method
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.
GetImage() |
Returns the image representing this asset. |
GetImage(NSDictionary) |
Returns an image representing the asset. |
Returns the image representing this asset.
[Foundation.Export("fullResolutionImage")]
public virtual CoreGraphics.CGImage GetImage ();
abstract member GetImage : unit -> CoreGraphics.CGImage
override this.GetImage : unit -> CoreGraphics.CGImage
Returns
- Attributes
Applies to
Returns an image representing the asset.
[Foundation.Export("CGImageWithOptions:")]
public virtual CoreGraphics.CGImage GetImage (Foundation.NSDictionary options);
abstract member GetImage : Foundation.NSDictionary -> CoreGraphics.CGImage
override this.GetImage : Foundation.NSDictionary -> CoreGraphics.CGImage
Parameters
- options
- NSDictionary
CGImage options.
Returns
- Attributes