DrawableContainer.DrawableContainerState.AddChild(Drawable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the drawable to the end of the list of contained drawables.
[Android.Runtime.Register("addChild", "(Landroid/graphics/drawable/Drawable;)I", "")]
public int AddChild (Android.Graphics.Drawables.Drawable? dr);
[<Android.Runtime.Register("addChild", "(Landroid/graphics/drawable/Drawable;)I", "")>]
member this.AddChild : Android.Graphics.Drawables.Drawable -> int
Parameters
- dr
- Drawable
the drawable to add
Returns
the position of the drawable within the container
- Attributes
Remarks
Adds the drawable to the end of the list of contained drawables.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.