Android.App.ActivityOptions.MakeScaleUpAnimation Method
Create an ActivityOptions specifying an animation where the new activity is scaled from a small originating area of the screen to its final full representation.

Syntax

[Android.Runtime.Register("makeScaleUpAnimation", "(Landroid/view/View;IIII)Landroid/app/ActivityOptions;", "")]
public static ActivityOptions MakeScaleUpAnimation (Android.Views.View source, int startX, int startY, int startWidth, int startHeight)

Parameters

source
The View that the new activity is animating from. This defines the coordinate space for startX and startY.
startX
The x starting location of the new activity, relative to source.
startY
The y starting location of the activity, relative to source.
width
The initial width of the new activity.
height
The initial height of the new activity.
startWidth
The initial width of the new activity.
startHeight
The initial height of the new activity.

Returns

Documentation for this section has not yet been entered.

Remarks

Create an ActivityOptions specifying an animation where the new activity is scaled from a small originating area of the screen to its final full representation.

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 bounds passed in 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