- 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
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).