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

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

    Parameters

    points
    first
    count
    See Also