Show / Hide Table of Contents

Class AndroidWindow

Inheritance
System.Object
AndroidWindow
Implements
IWindowInfo
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenTK.Platform.Android
Assembly: cs.temp.dll.dll
Syntax
public class AndroidWindow : IWindowInfo, IDisposable

Constructors

AndroidWindow(ISurfaceHolder)

Declaration
public AndroidWindow(ISurfaceHolder holder)
Parameters
Type Name Description
ISurfaceHolder holder

Properties

Handle

Declaration
public IntPtr Handle { get; }
Property Value
Type Description
System.IntPtr

HasSurface

Declaration
public bool HasSurface { get; }
Property Value
Type Description
System.Boolean

Holder

Declaration
public ISurfaceHolder Holder { get; }
Property Value
Type Description
ISurfaceHolder

Methods

CreateSurface(IntPtr)

Declaration
public void CreateSurface(IntPtr config)
Parameters
Type Name Description
System.IntPtr config

DestroySurface()

Declaration
public void DestroySurface()

Dispose()

Declaration
public void Dispose()

Finalize()

Declaration
protected void Finalize()

TerminateDisplay()

Declaration
public void TerminateDisplay()

Implements

IWindowInfo
System.IDisposable
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX