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

In This Topic
    DrawRichPlainQuads Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawRichPlainQuads( _
       ByVal vertices() As Point3D, _
       ByVal normals() As Vector3D, _
       ByVal texCoords() As PointF _
    ) 
    public override void DrawRichPlainQuads( 
       Point3D[] vertices,
       Vector3D[] normals,
       PointF[] texCoords
    )

    Parameters

    vertices
    normals
    texCoords
    See Also