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

In This Topic
    OGLTexture Class
    In This Topic
    Base class to load 2D textures.
    Syntax
    'Declaration
     
    Public Class OGLTexture 
       Inherits OGLTextureBase
    public class OGLTexture : OGLTextureBase 
    Inheritance Hierarchy

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

    See Also