Android.Views.Gravity.Apply Method
Apply a gravity constant to an object.

Syntax

[Android.Runtime.Register("apply", "(IIILandroid/graphics/Rect;Landroid/graphics/Rect;)V", "")]
public static void Apply ([Android.Runtime.GeneratedEnum] GravityFlags gravity, int w, int h, Android.Graphics.Rect container, Android.Graphics.Rect outRect)

Parameters

gravity
The desired placement of the object, as defined by the constants in this class.
w
The horizontal size of the object.
h
The vertical size of the object.
container
The frame of the containing space, in which the object will be placed. Should be large enough to contain the width and height of the object.
outRect
Receives the computed frame of the object in its container.

Remarks

Apply a gravity constant to an object. This supposes that the layout direction is LTR.

[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