Eyeshot 11 WPF API Reference
WPF 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