Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawQuads Method / DrawQuads(Point3D[],Vector3D[],Int32,Int32) Method

In This Topic
    DrawQuads(Point3D[],Vector3D[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub DrawQuads( _
       ByVal vertices() As Point3D, _
       ByVal normals() As Vector3D, _
       ByVal first As Integer, _
       ByVal count As Integer _
    ) 
    public override void DrawQuads( 
       Point3D[] vertices,
       Vector3D[] normals,
       int first,
       int count
    )

    Parameters

    vertices
    normals
    first
    count
    See Also