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

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

    Parameters

    points
    first
    count
    See Also