Android.Views.TextureView: Method Members

The methods of Android.Views.TextureView are listed below. For a list of all members, see the TextureView Members list.

See Also: Inherited members from Android.Views.View

Public Methods

override
Draw(Android.Graphics.Canvas)
Subclasses of TextureView cannot do their own rendering with the Android.Graphics.Canvas object.
GetBitmap(Android.Graphics.Bitmap) : Android.Graphics.Bitmap
GetBitmap(int, int) : Android.Graphics.Bitmap
GetTransform(Android.Graphics.Matrix) : Android.Graphics.Matrix
Returns the transform associated with this texture view.
LockCanvas() : Android.Graphics.Canvas
LockCanvas(Android.Graphics.Rect) : Android.Graphics.Canvas
Just like TextureView.LockCanvas but allows specification of a dirty rectangle.
SetOpaque(bool)
Indicates whether the content of this TextureView is opaque.
SetTransform(Android.Graphics.Matrix)
UnlockCanvasAndPost(Android.Graphics.Canvas)
Finish editing pixels in the surface.

Protected Methods

override
OnDraw(Android.Graphics.Canvas)
Subclasses of TextureView cannot do their own rendering with the Android.Graphics.Canvas object.