Android.Views.TextureView Members

The members of Android.Views.TextureView are listed below.

See Also: Inherited members from Android.Views.View

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Public Events

SurfaceTextureAvailableDocumentation for this section has not yet been entered.
SurfaceTextureDestroyedDocumentation for this section has not yet been entered.
SurfaceTextureSizeChangedDocumentation for this section has not yet been entered.
SurfaceTextureUpdatedDocumentation for this section has not yet been entered.