Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomFitSelectedLeaves Method / ZoomFitSelectedLeaves(Int32,perspectiveFitType) Method
Pixels margin from the border
Zoom fit accuracy in perspective projection mode

In This Topic
    ZoomFitSelectedLeaves(Int32,perspectiveFitType) Method
    In This Topic
    Fits the selected entities, including the ones inside BlockReferences.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ZoomFitSelectedLeaves( _
       ByVal margin As Integer, _
       ByVal perspectiveFitMode As Camera.perspectiveFitType _
    ) 
    public virtual void ZoomFitSelectedLeaves( 
       int margin,
       Camera.perspectiveFitType perspectiveFitMode
    )

    Parameters

    margin
    Pixels margin from the border
    perspectiveFitMode
    Zoom fit accuracy in perspective projection mode
    See Also