Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OGLTextureBase Class
Members

In This Topic
    OGLTextureBase Class
    In This Topic
    Base utility class to load textures.
    Syntax
    'Declaration
     
    Public MustInherit Class OGLTextureBase 
       Inherits TextureBase
    public abstract class OGLTextureBase : TextureBase 
    Inheritance Hierarchy

    System.Object
       devDept.Graphics.TextureBase
          devDept.Graphics.OGLTextureBase
             devDept.Graphics.OGLTexture
             devDept.Graphics.OGLTexture1D

    See Also