Click or drag to resize

GLObject Class

Abstract base class for OpenGL objects
Inheritance Hierarchy
SystemObject
  OooglesGLObject
    More...

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class GLObject : IDisposable

The GLObject type exposes the following members.

Constructors
  NameDescription
Protected methodGLObject
Initializes a new instance of the GLObject class
Top
Properties
  NameDescription
Public propertyHandle
Internal OpenGL handle to the object
Top
Methods
  NameDescription
Public methodDispose
Disposes of the OpenGL object
Protected methodDispose(Boolean)
Disposes of the OpenGL object
Protected methodDisposeHandle
Abstract method that must be overridden to dispose of the internal OpenGL Handle.
Public methodEquals
Checks if this object matches another object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Finalizes the object
(Overrides ObjectFinalize.)
Public methodGetHashCode
Returns a hash code for this object
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_handle
Internal OpenGL handle
Top
See Also
Inheritance Hierarchy