Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ZoomCamera Method / ZoomCamera(Point,Int32) Method
The screen point to keep fixed
The zoom amount

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

    Parameters

    mousePos
    The screen point to keep fixed
    dy
    The zoom amount
    See Also