Eyeshot 10 WPF API Reference
ZoomFit(IList<Entity>,Boolean) Method

WPF Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > ZoomFit Method : ZoomFit(IList<Entity>,Boolean) Method
The list of entities to fit
If true, fits only selected entities.
Fits the entire model in the viewport control's client area.
Syntax
'Declaration
 
Public Overloads Overridable Sub ZoomFit( _
   ByVal entList As IList(Of Entity), _
   ByVal selectedOnly As Boolean _
) 
public virtual void ZoomFit( 
   IList<Entity> entList,
   bool selectedOnly
)

Parameters

entList
The list of entities to fit
selectedOnly
If true, fits only selected entities.
See Also

Reference

ViewportLayout Class
ViewportLayout Members
Overload List