Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DTexture2D Class / D3DTexture2D Constructor / D3DTexture2D Constructor(D3DRenderContext,Color[])

In This Topic
    D3DTexture2D Constructor(D3DRenderContext,Color[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal renderContext As D3DRenderContext, _
       ByVal colorTable() As Color _
    )
    public D3DTexture2D( 
       D3DRenderContext renderContext,
       Color[] colorTable
    )

    Parameters

    renderContext
    colorTable
    See Also