Eyeshot 10 WinForms API Reference
DrawLine(Point3D,Point3D,Point2D) Method

WinForms Assembly > devDept.Graphics Namespace > D3DRenderContext Class > DrawLine Method : DrawLine(Point3D,Point3D,Point2D) Method
Syntax
'Declaration
 
Public Overloads Overrides Sub DrawLine( _
   ByVal p0 As Point3D, _
   ByVal p1 As Point3D, _
   ByVal texCoords As Point2D _
) 
public override void DrawLine( 
   Point3D p0,
   Point3D p1,
   Point2D texCoords
)

Parameters

p0
p1
texCoords
See Also

Reference

D3DRenderContext Class
D3DRenderContext Members
Overload List