Android.Widget.PopupWindow.Update Method

Syntax

[Android.Runtime.Register("update", "(II)V", "GetUpdate_IIHandler")]
public virtual void Update (int width, int height)

Parameters

width
the new width
height
the new height

Remarks

Updates the dimension of the popup window. Calling this function also updates the window with the current popup state as described for PopupWindow.Update.

[Android Documentation]

Requirements

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