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

WinForms Assembly > devDept.Eyeshot Namespace > Viewport Class > PanCamera Method : PanCamera(Point,Point) Method
StartPoint point
End point
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

Reference

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