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

In This Topic
    DrawLinesWithDisplacement Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawLinesWithDisplacement( _
       ByVal vertices() As Point3D, _
       ByVal ampFactor As Double, _
       Optional ByVal addToCurrentBufferPart As Boolean _
    ) 
    public override void DrawLinesWithDisplacement( 
       Point3D[] vertices,
       double ampFactor,
       bool addToCurrentBufferPart
    )

    Parameters

    vertices
    ampFactor
    addToCurrentBufferPart
    See Also