Android.Views.Animations.Animation.ResolveSize Method
Convert the information in the description of a size to an actual dimension

Syntax

[Android.Runtime.Register("resolveSize", "(IFII)F", "GetResolveSize_IFIIHandler")]
protected virtual float ResolveSize ([Android.Runtime.GeneratedEnum] Dimension type, float value, int size, int parentSize)

Parameters

type
One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or Animation.RELATIVE_TO_PARENT.
value
The dimension associated with the type parameter
size
The size of the object being animated
parentSize
The size of the parent of the object being animated

Returns

Documentation for this section has not yet been entered.

Remarks

Convert the information in the description of a size to an actual dimension

[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