Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / PanCamera Method / PanCamera(Point,Point,Boolean) Method
StartPoint point
End point
If true performs an animation when changing the view

In This Topic
    PanCamera(Point,Point,Boolean) Method
    In This Topic
    Pans the view from one screen point to the other.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub PanCamera( _
       ByVal from As Point, _
       ByVal to As Point, _
       ByVal animate As Boolean _
    ) 
    public virtual void PanCamera( 
       Point from,
       Point to,
       bool animate
    )

    Parameters

    from
    StartPoint point
    to
    End point
    animate
    If true performs an animation when changing the view
    See Also