Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomFit Method / ZoomFit(Int32) Method
Pixels margin from the border

In This Topic
    ZoomFit(Int32) Method
    In This Topic
    Fits the entire model in the viewport control's client area.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ZoomFit( _
       ByVal margin As Integer _
    ) 
    public virtual void ZoomFit( 
       int margin
    )

    Parameters

    margin
    Pixels margin from the border
    See Also