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

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

    Parameters

    p0
    p1
    See Also