Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomCamera Method / ZoomCamera(Int32,Double) Method
Zoom amount
Zoom speed

In This Topic
    ZoomCamera(Int32,Double) 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 _
    ) 
    public virtual void ZoomCamera( 
       int dy,
       double zoomSpeed
    )

    Parameters

    dy
    Zoom amount
    zoomSpeed
    Zoom speed
    See Also