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

In This Topic
    EnableThickLinesInPolygonLineMode Method (RenderContextBase)
    In This Topic
    Enables thick lines rendering when the CurrentRasterizerState state is polygon line.
    Syntax
    'Declaration
     
    Public MustOverride Sub EnableThickLinesInPolygonLineMode() 
    public abstract void EnableThickLinesInPolygonLineMode()
    See Also