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

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

Parameters

p0
p1
See Also

Reference

D3DRenderContext Class
D3DRenderContext Members
Overload List