Android.Views.Animations.Animation.Initialize Method
Initialize this animation with the dimensions of the object being animated as well as the objects parents.

Syntax

[Android.Runtime.Register("initialize", "(IIII)V", "GetInitialize_IIIIHandler")]
public virtual void Initialize (int width, int height, int parentWidth, int parentHeight)

Parameters

width
Width of the object being animated
height
Height of the object being animated
parentWidth
Width of the animated object's parent
parentHeight
Height of the animated object's parent

Remarks

Initialize this animation with the dimensions of the object being animated as well as the objects parents. (This is to support animation sizes being specified relative to these dimensions.)

Objects that interpret Animations should call this method when the sizes of the object being animated and its parent are known, and before calling Animation.GetTransformation(long, Android.Views.Animations.Transformation).

[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