Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / DrawOverlay Method
The drawing scale
The zoom rectange
Tells if the viewport is the active one

In This Topic
    DrawOverlay Method (Viewport)
    In This Topic
    Draws ovelaying UI elements.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub DrawOverlay( _
       ByVal drawScale As Single, _
       ByVal zoomRect As RectangleF, _
       ByVal activeViewport As Boolean _
    ) 
    protected internal virtual void DrawOverlay( 
       float drawScale,
       RectangleF zoomRect,
       bool activeViewport
    )

    Parameters

    drawScale
    The drawing scale
    zoomRect
    The zoom rectange
    activeViewport
    Tells if the viewport is the active one
    See Also