Eyeshot 10 WinForms API Reference
PanCamera(Point,Point,Boolean) Method

WinForms Assembly > devDept.Eyeshot Namespace > Viewport Class > PanCamera Method : PanCamera(Point,Point,Boolean) Method
StartPoint point
End point
If true performs an animation when changing the view
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

Reference

Viewport Class
Viewport Members
Overload List
ZoomCamera(Int32) Method
RotateCamera()