Eyeshot 10 WinForms API Reference
ZoomFit(IList<SelectedItem>) Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > ZoomFit Method : ZoomFit(IList<SelectedItem>) Method
The collection of entities to fit
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

Reference

ViewportLayout Class
ViewportLayout Members
Overload List