AssetsLibrary.ALAsset.Thumbnail Property
Returns the thumbnail for the asset.

Syntax

[get: Foundation.Export("thumbnail")]
public virtual CoreGraphics.CGImage Thumbnail { get; }

Value

Remarks

This returns a square thumbnail image representing the asset. The image will be rendered in the correct orientation, so it is not necessary to apply any rotation on the returned image.

Starting with iOS 5, you can also use ALAsset.AspectRatioThumbnail() property to get a thumbnail that preserves the original aspect ratio of the image, instead of the square/cropped version returned by this property.

Requirements

Namespace: AssetsLibrary
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0