TextureView.SetOpaque(Boolean) 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.
Indicates whether the content of this TextureView is opaque.
[Android.Runtime.Register("setOpaque", "(Z)V", "GetSetOpaque_ZHandler")]
public virtual void SetOpaque (bool opaque);
[<Android.Runtime.Register("setOpaque", "(Z)V", "GetSetOpaque_ZHandler")>]
abstract member SetOpaque : bool -> unit
override this.SetOpaque : bool -> unit
Parameters
- opaque
- Boolean
True if the content of this TextureView is opaque, false otherwise
- Attributes
Remarks
Indicates whether the content of this TextureView is opaque. The content is assumed to be opaque by default.
Java documentation for android.view.TextureView.setOpaque(boolean)
.
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.