Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawIndexLinesWithDisplacement Method

In This Topic
    DrawIndexLinesWithDisplacement Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawIndexLinesWithDisplacement( _
       ByVal lines As IList(Of IndexLine), _
       ByVal vertices() As Point3D, _
       ByVal ampFactor As Double, _
       Optional ByVal addToCurrentBufferPart As Boolean _
    ) 
    public override void DrawIndexLinesWithDisplacement( 
       IList<IndexLine> lines,
       Point3D[] vertices,
       double ampFactor,
       bool addToCurrentBufferPart
    )

    Parameters

    lines
    vertices
    ampFactor
    addToCurrentBufferPart
    See Also