Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetLinesShader Method

In This Topic
    SetLinesShader Method (RenderContextBase)
    In This Topic
    Sets the shader for the lines with or without thick lines capabilities, adjusting also the PolygonOffset.
    Syntax
    'Declaration
     
    Protected Overridable Function SetLinesShader( _
       ByVal thick As Boolean, _
       ByVal shader As shaderType, _
       Optional ByVal shaderParams As ShaderParameters _
    ) As Boolean
    protected virtual bool SetLinesShader( 
       bool thick,
       shaderType shader,
       ShaderParameters shaderParams
    )

    Parameters

    thick
    shader
    shaderParams

    Return Value

    True if the operation is successful, false otherwise
    See Also