Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawPoints Method / DrawPoints(Point3D[]) Method
The collection of points to draw.

In This Topic
    DrawPoints(Point3D[]) Method
    In This Topic
    Draws a set of points.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawPoints( _
       ByVal points() As Point3D _
    ) 
    public void DrawPoints( 
       Point3D[] points
    )

    Parameters

    points
    The collection of points to draw.
    See Also