Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomFit Method / ZoomFit(IList<SelectedItem>) Method
The collection of entities to fit

In This Topic
    ZoomFit(IList<SelectedItem>) Method
    In This Topic
    Fits the selected items.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ZoomFit( _
       ByVal items As IList(Of ViewportLayout.SelectedItem) _
    ) 
    public virtual void ZoomFit( 
       IList<ViewportLayout.SelectedItem> items
    )

    Parameters

    items
    The collection of entities to fit
    See Also