Android.Views.ViewGroup.DrawChild Method
Draw one child of this View Group.

Syntax

[Android.Runtime.Register("drawChild", "(Landroid/graphics/Canvas;Landroid/view/View;J)Z", "GetDrawChild_Landroid_graphics_Canvas_Landroid_view_View_JHandler")]
protected virtual bool DrawChild (Android.Graphics.Canvas canvas, View child, long drawingTime)

Parameters

canvas
The canvas on which to draw the child
child
Who to draw
drawingTime
The time at which draw is occurring

Returns

Documentation for this section has not yet been entered.

Remarks

Draw one child of this View Group. This method is responsible for getting the canvas in the right state. This includes clipping, translating so that the child's scrolled origin is at 0, 0, and applying any animation transformations.

[Android Documentation]

Requirements

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