Return a copy of the drawable's bounds in the specified Rect (allocated
by the caller).
Syntax
[Android.Runtime.Register("copyBounds", "(Landroid/graphics/Rect;)V", "")] public voidCopyBounds (Android.Graphics.Rect bounds)
Parameters
bounds
Rect to receive the drawable's bounds (allocated by the
caller).
Remarks
Return a copy of the drawable's bounds in the specified Rect (allocated
by the caller). The bounds specify where this will draw when its draw()
method is called.