Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / PanCamera Method / PanCamera(Point,Point) Method
StartPoint point
End point

In This Topic
    PanCamera(Point,Point) 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 _
    ) 
    public virtual void PanCamera( 
       Point from,
       Point to
    )

    Parameters

    from
    StartPoint point
    to
    End point
    See Also