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

In This Topic
    D3DTexture Class
    In This Topic
    Base class for Direct3D textures.
    Syntax
    'Declaration
     
    Public MustInherit Class D3DTexture 
       Inherits D3DTextureBase
    public abstract class D3DTexture : D3DTextureBase 
    Remarks
    For internal use only.
    Inheritance Hierarchy

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

    See Also