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

WinForms Assembly > devDept.Graphics Namespace > OglRenderContext Class > DrawQuads Method : DrawQuads(Point3D[],Vector3D[],Int32,Int32) Method
Syntax
'Declaration
 
Public Overloads Overrides Sub DrawQuads( _
   ByVal vertices() As Point3D, _
   ByVal normals() As Vector3D, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public override void DrawQuads( 
   Point3D[] vertices,
   Vector3D[] normals,
   int first,
   int count
)

Parameters

vertices
normals
first
count
See Also

Reference

OglRenderContext Class
OglRenderContext Members
Overload List