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

In This Topic
    D3DTextureBase Class
    In This Topic
    Base class for Direct3D textures.
    Syntax
    'Declaration
     
    Public MustInherit Class D3DTextureBase 
       Inherits TextureBase
    public abstract class D3DTextureBase : TextureBase 
    Inheritance Hierarchy

    System.Object
       devDept.Graphics.TextureBase
          devDept.Graphics.D3DTextureBase
             devDept.Graphics.D3DTexture
             devDept.Graphics.D3DTextureDepth

    See Also