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

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