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

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

    Parameters

    points
    colors
    first
    count
    See Also