Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawIndexedTriangles Method

In This Topic
    DrawIndexedTriangles Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawIndexedTriangles( _
       ByVal myParams As VBOParams _
    ) 
    public override void DrawIndexedTriangles( 
       VBOParams myParams
    )

    Parameters

    myParams
    See Also