Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomFit Method / ZoomFit(IList<SelectedItem>,Int32,perspectiveFitType) Method
The collection of entities to fit
Pixels margin from the border
Zoom fit accuracy in perspective projection mode

In This Topic
    ZoomFit(IList<SelectedItem>,Int32,perspectiveFitType) Method
    In This Topic
    Fits the selected items.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ZoomFit( _
       ByVal items As IList(Of ViewportLayout.SelectedItem), _
       ByVal margin As Integer, _
       ByVal perspectiveFitMode As Camera.perspectiveFitType _
    ) 

    Parameters

    items
    The collection of entities to fit
    margin
    Pixels margin from the border
    perspectiveFitMode
    Zoom fit accuracy in perspective projection mode
    See Also