Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawLine Method / DrawLine(Point3D,Point3D,Point2D) Method
The start point
The end point
The 1D texture coordinates

In This Topic
    DrawLine(Point3D,Point3D,Point2D) Method
    In This Topic
    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