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

In This Topic
    DrawQuads2D Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawQuads2D( _
       ByVal vertices() As Single _
    ) 
    public override void DrawQuads2D( 
       float[] vertices
    )

    Parameters

    vertices
    See Also