Android.Graphics.Drawables.Drawable.SetBounds Method
Specify a bounding rectangle for the Drawable.

Syntax

[Android.Runtime.Register("setBounds", "(IIII)V", "GetSetBounds_IIIIHandler")]
public virtual void SetBounds (int left, int top, int right, int bottom)

Parameters

left
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
Documentation for this section has not yet been entered.

Remarks

Specify a bounding rectangle for the Drawable. This is where the drawable will draw when its draw() method is called.

[Android Documentation]

Requirements

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