Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomIn Method
Amount of zoom (in pixels)

In This Topic
    ZoomIn Method
    In This Topic
    Zooms the view in.
    Syntax
    'Declaration
     
    Public Sub ZoomIn( _
       ByVal amount As Integer _
    ) 
    public void ZoomIn( 
       int amount
    )

    Parameters

    amount
    Amount of zoom (in pixels)
    See Also