EGLObjectHandle.GetHandle Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("getHandle", "()I", "GetGetHandleHandler")]
[System.Obsolete("deprecated")]
public virtual int GetHandle ();
[<Android.Runtime.Register("getHandle", "()I", "GetGetHandleHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetHandle : unit -> int
override this.GetHandle : unit -> int

Returns

Attributes

Remarks

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

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

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