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

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > DrawLine Method : DrawLine(Point3D,Point3D,Point2D) Method
The start point
The end point
The 1D texture coordinates
Draws a line with textured vertices.
Syntax
'Declaration
 
Public Overloads MustOverride Sub DrawLine( _
   ByVal p0 As Point3D, _
   ByVal p1 As Point3D, _
   ByVal texCoords As Point2D _
) 
public abstract void DrawLine( 
   Point3D p0,
   Point3D p1,
   Point2D texCoords
)

Parameters

p0
The start point
p1
The end point
texCoords
The 1D texture coordinates
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List