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

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

    Parameters

    thick
    shader
    shaderParams

    Return Value

    True if the operation is successful, false otherwise
    See Also