Android.Opengl.EGLObjectHandle.NativeHandle Property
Returns the native handle of the wrapped EGL object.

Syntax

[get: Android.Runtime.Register("getNativeHandle", "()J", "GetGetNativeHandleHandler")]
public virtual long NativeHandle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the native handle of the wrapped EGL object. This handle can be cast to the corresponding native type on the native side. For example, EGLDisplay dpy = (EGLDisplay)handle;

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17