Android.Views.TextureView.SetOpaque Method
Indicates whether the content of this TextureView is opaque.

Syntax

[Android.Runtime.Register("setOpaque", "(Z)V", "GetSetOpaque_ZHandler")]
public virtual void SetOpaque (bool opaque)

Parameters

opaque
True if the content of this TextureView is opaque, false otherwise

Remarks

Indicates whether the content of this TextureView is opaque. The content is assumed to be opaque by default.

[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