Android.Views.Animations.Animation.GetTransformation Method
Gets the transformation to apply at a specified point in time.

Syntax

[Android.Runtime.Register("getTransformation", "(JLandroid/view/animation/Transformation;)Z", "GetGetTransformation_JLandroid_view_animation_Transformation_Handler")]
public virtual bool GetTransformation (long currentTime, Transformation outTransformation)

Parameters

currentTime
Where we are in the animation. This is wall clock time.
outTransformation
A transformation object that is provided by the caller and will be filled in by the animation.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the transformation to apply at a specified point in time. Implementations of this method should always replace the specified Transformation or document they are doing otherwise.

[Android Documentation]

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1