Eyeshot 10 WinForms API Reference
DrawPointsRGBIndeterminate(Point3D[]) Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawPointsRGBIndeterminate Method : DrawPointsRGBIndeterminate(Point3D[]) Method
The collection of vertices to draw.
Draws a set of devDept.Geometry.PointRGB without specifying the kind of geometry.
Syntax
'Declaration
 
Public Overloads Sub DrawPointsRGBIndeterminate( _
   ByVal vertices() As Point3D _
) 
public void DrawPointsRGBIndeterminate( 
   Point3D[] vertices
)

Parameters

vertices
The collection of vertices to draw.
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List