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

In This Topic
    DrawPointsWithNormalsIndeterminate(Single[],Single[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub DrawPointsWithNormalsIndeterminate( _
       ByVal points() As Single, _
       ByVal normals() As Single, _
       ByVal first As Integer, _
       ByVal count As Integer _
    ) 
    public override void DrawPointsWithNormalsIndeterminate( 
       float[] points,
       float[] normals,
       int first,
       int count
    )

    Parameters

    points
    normals
    first
    count
    See Also