Click or drag to resize

GLObject Methods

The GLObject type exposes the following members.

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
See Also