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

In This Topic
    SetLineSizeInternal Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Sub SetLineSizeInternal( _
       ByVal thickness As Single _
    ) 
    protected abstract void SetLineSizeInternal( 
       float thickness
    )

    Parameters

    thickness
    See Also