ALAssetRepresentation.GetImage Method

Definition

Overloads

GetImage()

Returns the image representing this asset.

GetImage(NSDictionary)

Returns an image representing the asset.

GetImage()

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

GetImage(NSDictionary)

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

Applies to