The members of Android.Views.TextureView are listed below.
See Also: Inherited members from Android.Views.View
Creates a new TextureView. | ||
Creates a new TextureView. | ||
Creates a new TextureView. | ||
Creates a new TextureView. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Bitmap | Android.Graphics.Bitmap. |
[read-only] | IsAvailable | bool. Returns true if the Android.Graphics.SurfaceTexture associated with this TextureView is available for rendering. |
SurfaceTexture | Android.Graphics.SurfaceTexture. Returns the Android.Graphics.SurfaceTexture used by this view. | |
SurfaceTextureListener | TextureView.ISurfaceTextureListener. Returns the NoType:android/view/TextureView$SurfaceTextureListener;Href=../../../reference/android/view/TextureView.SurfaceTextureListener.html currently associated with this texture view. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |
SurfaceTextureAvailable | Documentation for this section has not yet been entered. | |
SurfaceTextureDestroyed | Documentation for this section has not yet been entered. | |
SurfaceTextureSizeChanged | Documentation for this section has not yet been entered. | |
SurfaceTextureUpdated | Documentation for this section has not yet been entered. |