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

In This Topic
    DrawLinesWithDisplacement Method (OglRenderContext)
    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