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

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

    Parameters

    vertices
    normals
    texCoords
    See Also