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