Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawLine Method / DrawLine(Single,Single,Single,Single,Single,Single) Method

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