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

In This Topic
    DrawLine(Point3D,Point3D) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub DrawLine( _
       ByVal p0 As Point3D, _
       ByVal p1 As Point3D _
    ) 
    public override void DrawLine( 
       Point3D p0,
       Point3D p1
    )

    Parameters

    p0
    p1
    See Also