Android.App.ActivityOptions.MakeThumbnailScaleUpAnimation Method
Create an ActivityOptions specifying an animation where a thumbnail is scaled from a given position to the new activity window that is being started.

Syntax

[Android.Runtime.Register("makeThumbnailScaleUpAnimation", "(Landroid/view/View;Landroid/graphics/Bitmap;II)Landroid/app/ActivityOptions;", "")]
public static ActivityOptions MakeThumbnailScaleUpAnimation (Android.Views.View source, Android.Graphics.Bitmap thumbnail, int startX, int startY)

Parameters

source
The View that this thumbnail is animating from. This defines the coordinate space for startX and startY.
thumbnail
The bitmap that will be shown as the initial thumbnail of the animation.
startX
The x starting location of the bitmap, relative to source.
startY
The y starting location of the bitmap, relative to source.

Returns

Documentation for this section has not yet been entered.

Remarks

Create an ActivityOptions specifying an animation where a thumbnail is scaled from a given position to the new activity window that is being started.

If the Intent this is being used with has not set its Android.Content.Intent.SourceBounds, those bounds will be filled in for you based on the initial thumbnail location and size provided here.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16