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

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

    Parameters

    vertices
    See Also