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

In This Topic
    DrawColorPlainTriangles Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawColorPlainTriangles( _
       ByVal triangles As IList(Of IndexTriangle), _
       ByVal vertices As IList(Of Point3D), _
       ByVal normals As IList(Of Vector3D) _
    ) 
    public override void DrawColorPlainTriangles( 
       IList<IndexTriangle> triangles,
       IList<Point3D> vertices,
       IList<Vector3D> normals
    )

    Parameters

    triangles
    vertices
    normals
    See Also