Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomCamera Method / ZoomCamera(Point,Int32,Boolean) Method
The screen point to keep fixed
The zoom amount
If true performs an animation when changing the view

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

    Parameters

    mousePos
    The screen point to keep fixed
    dy
    The zoom amount
    animate
    If true performs an animation when changing the view
    See Also