Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomFit Method / ZoomFit(Boolean) Method
If true, fits only selected entities.

In This Topic
    ZoomFit(Boolean) Method
    In This Topic
    Fits the entire model in the viewport control's client area.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ZoomFit( _
       ByVal selectedOnly As Boolean _
    ) 
    public virtual void ZoomFit( 
       bool selectedOnly
    )

    Parameters

    selectedOnly
    If true, fits only selected entities.
    See Also