Android.Views.ViewGroup.GetChildStaticTransformation Method
Sets t to be the static transformation of the child, if set, returning a boolean to indicate whether a static transform was set.

Syntax

[Android.Runtime.Register("getChildStaticTransformation", "(Landroid/view/View;Landroid/view/animation/Transformation;)Z", "GetGetChildStaticTransformation_Landroid_view_View_Landroid_view_animation_Transformation_Handler")]
protected virtual bool GetChildStaticTransformation (View child, Android.Views.Animations.Transformation t)

See Also

ViewGroup.SetStaticTransformationsEnabled(bool)

Parameters

child
The child view whose static transform is being requested
t
The Transformation which will hold the result

Returns

Documentation for this section has not yet been entered.

Remarks

Sets t to be the static transformation of the child, if set, returning a boolean to indicate whether a static transform was set. The default implementation simply returns false; subclasses may override this method for different behavior. ViewGroup.SetStaticTransformationsEnabled(bool) must be set to true for this method to be called.

[Android Documentation]

Requirements

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