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;F)Z", "GetGetTransformation_JLandroid_view_animation_Transformation_FHandler")]
public virtual bool GetTransformation (long currentTime, Transformation outTransformation, float scale)

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.
scale
Scaling factor to apply to any inputs to the transform operation, such pivot points being rotated or scaled around.

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 11