Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomCamera Method / ZoomCamera(Int32,Double,Boolean) Method
Zoom amount
Zoom speed
If true performs an animation when changing the view

In This Topic
    ZoomCamera(Int32,Double,Boolean) Method
    In This Topic
    Zooms the view of the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ZoomCamera( _
       ByVal dy As Integer, _
       ByVal zoomSpeed As Double, _
       ByVal animate As Boolean _
    ) 
    public virtual void ZoomCamera( 
       int dy,
       double zoomSpeed,
       bool animate
    )

    Parameters

    dy
    Zoom amount
    zoomSpeed
    Zoom speed
    animate
    If true performs an animation when changing the view
    See Also