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

Syntax

[Android.Runtime.Register("onDraw", "(Landroid/graphics/Canvas;)V", "")]
protected override sealed void OnDraw (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