Eyeshot 10 WinForms API Reference
DrawLine(Single,Single,Single,Single,Single,Single) Method

WinForms Assembly > devDept.Graphics Namespace > D3DRenderContext Class > DrawLine Method : DrawLine(Single,Single,Single,Single,Single,Single) Method
Syntax
'Declaration
 
Public Overloads Overrides Sub DrawLine( _
   ByVal x0 As Single, _
   ByVal y0 As Single, _
   ByVal z0 As Single, _
   ByVal x1 As Single, _
   ByVal y1 As Single, _
   ByVal z1 As Single _
) 
public override void DrawLine( 
   float x0,
   float y0,
   float z0,
   float x1,
   float y1,
   float z1
)

Parameters

x0
y0
z0
x1
y1
z1
See Also

Reference

D3DRenderContext Class
D3DRenderContext Members
Overload List