EGLObjectHandle Constructors

Definition

Overloads

EGLObjectHandle(Int32)
Obsolete.

This member is deprecated.

EGLObjectHandle(Int64)
EGLObjectHandle(IntPtr, JniHandleOwnership)

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

EGLObjectHandle(Int32)

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register(".ctor", "(I)V", "")]
[System.Obsolete("deprecated")]
protected EGLObjectHandle (int handle);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Opengl.EGLObjectHandle : int -> Android.Opengl.EGLObjectHandle

Parameters

handle
Int32
Attributes

Remarks

This member is deprecated. Use #EGLObjectHandle(long) instead. Handles on 64 bit platforms will be wider than java ints.

Java documentation for android.opengl.EGLObjectHandle.EGLObjectHandle(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

EGLObjectHandle(Int64)

[Android.Runtime.Register(".ctor", "(J)V", "")]
protected EGLObjectHandle (long handle);
[<Android.Runtime.Register(".ctor", "(J)V", "")>]
new Android.Opengl.EGLObjectHandle : int64 -> Android.Opengl.EGLObjectHandle

Parameters

handle
Int64
Attributes

Remarks

Java documentation for android.opengl.EGLObjectHandle.EGLObjectHandle(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

EGLObjectHandle(IntPtr, JniHandleOwnership)

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

protected EGLObjectHandle (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Opengl.EGLObjectHandle : nativeint * Android.Runtime.JniHandleOwnership -> Android.Opengl.EGLObjectHandle

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to