Eyeshot 10 WinForms API Reference
DrawPointsRGB(Point3D[],Int32,Int32) Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawPointsRGB Method : DrawPointsRGB(Point3D[],Int32,Int32) Method
Collection of line vertices (3 coordinates each).
First vertex index
Number of vertices
Draws a set of devDept.Geometry.PointRGB.
Syntax
'Declaration
 
Public Overloads MustOverride Sub DrawPointsRGB( _
   ByVal points() As Point3D, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public abstract void DrawPointsRGB( 
   Point3D[] points,
   int first,
   int count
)

Parameters

points
Collection of line vertices (3 coordinates each).
first
First vertex index
count
Number of vertices
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List