Android.Widget.ImageView.SetFrame Method
Assign a size and position to this view.

Syntax

[Android.Runtime.Register("setFrame", "(IIII)Z", "GetSetFrame_IIIIHandler")]
protected virtual bool SetFrame (int l, int t, int r, int b)

Parameters

l
Left position, relative to parent
t
Top position, relative to parent
r
Right position, relative to parent
b
Bottom position, relative to parent

Returns

Documentation for this section has not yet been entered.

Remarks

Assign a size and position to this view. This is called from layout.

[Android Documentation]

Requirements

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