Android.Views.TextureView.Draw Method
Subclasses of TextureView cannot do their own rendering with the Android.Graphics.Canvas object.

Syntax

[Android.Runtime.Register("draw", "(Landroid/graphics/Canvas;)V", "")]
public override sealed void Draw (Android.Graphics.Canvas canvas)

Parameters

canvas
The Canvas to which the View is rendered.

Remarks

Subclasses of TextureView cannot do their own rendering with the Android.Graphics.Canvas object.

[Android Documentation]

Requirements

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