Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawPointsRGB Method / DrawPointsRGB(Point3D[]) Method

In This Topic
    DrawPointsRGB(Point3D[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawPointsRGB( _
       ByVal vertices() As Point3D _
    ) 
    public void DrawPointsRGB( 
       Point3D[] vertices
    )

    Parameters

    vertices
    See Also