Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawTriangles2D Method / DrawTriangles2D(Point2D[]) Method

In This Topic
    DrawTriangles2D(Point2D[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub DrawTriangles2D( _
       ByVal vertices() As Point2D _
    ) 
    public override void DrawTriangles2D( 
       Point2D[] vertices
    )

    Parameters

    vertices
    See Also