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
override | Draw(Android.Graphics.Canvas)Subclasses of TextureView cannot do their own rendering with the Android.Graphics.Canvas object. | |
GetBitmap(Android.Graphics.Bitmap) | ||
GetBitmap(int, int) | ||
GetTransform(Android.Graphics.Matrix)Returns the transform associated with this texture view. | ||
LockCanvas() | ||
LockCanvas(Android.Graphics.Rect)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. |
override | OnDraw(Android.Graphics.Canvas)Subclasses of TextureView cannot do their own rendering with the Android.Graphics.Canvas object. |