Android.Views.Animations.Animation.ApplyTransformation Method
Helper for getTransformation.

Syntax

[Android.Runtime.Register("applyTransformation", "(FLandroid/view/animation/Transformation;)V", "GetApplyTransformation_FLandroid_view_animation_Transformation_Handler")]
protected virtual void ApplyTransformation (float interpolatedTime, Transformation t)

Parameters

interpolatedTime
The value of the normalized time (0.0 to 1.0) after it has been run through the interpolation function.
t
The Transformation object to fill in with the current transforms.

Remarks

Helper for getTransformation. Subclasses should implement this to apply their transforms given an interpolation value. 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