Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / BoundingBox Class / DrawLabelGdi Method
The draw parameters
The draw scale factor
Active GDI+ drawing surface

In This Topic
    DrawLabelGdi Method
    In This Topic
    Draws the text label in GDI.
    Syntax
    'Declaration
     
    Public Overridable Sub DrawLabelGdi( _
       ByVal myParams As ViewportLayout.DrawSceneParams, _
       ByVal drawScaleFactor As Single, _
       ByVal g As Graphics _
    ) 
    public virtual void DrawLabelGdi( 
       ViewportLayout.DrawSceneParams myParams,
       float drawScaleFactor,
       Graphics g
    )

    Parameters

    myParams
    The draw parameters
    drawScaleFactor
    The draw scale factor
    g
    Active GDI+ drawing surface
    See Also