Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / BoundingBox Class / DrawLabel Method
The draw parameters

In This Topic
    DrawLabel Method
    In This Topic
    Draws the text label.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub DrawLabel( _
       ByVal myParams As ViewportLayout.DrawSceneParams _
    ) 
    protected internal virtual void DrawLabel( 
       ViewportLayout.DrawSceneParams myParams
    )

    Parameters

    myParams
    The draw parameters
    See Also