Eyeshot 10 WinForms API Reference
ZoomCamera(Int32,Boolean) Method

WinForms Assembly > devDept.Eyeshot Namespace > Viewport Class > ZoomCamera Method : ZoomCamera(Int32,Boolean) Method
Zoom amount
If true performs an animation when changing the view
Zooms the view of the specified amount.
Syntax
'Declaration
 
Public Overloads Overridable Sub ZoomCamera( _
   ByVal dy As Integer, _
   ByVal animate As Boolean _
) 
public virtual void ZoomCamera( 
   int dy,
   bool animate
)

Parameters

dy
Zoom amount
animate
If true performs an animation when changing the view
See Also

Reference

Viewport Class
Viewport Members
Overload List
RotateCamera(Viewport,devDept.Geometry.Vector3D,devDept.Geometry.Vector3D)
PanCamera(Point,Point) Method