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

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > ZoomCamera Method : ZoomCamera(Point,Int32) Method
The screen point to keep fixed
The zoom amount
Zooms the view of the specified amount.
Syntax
'Declaration
 
Public Overloads Overridable Sub ZoomCamera( _
   ByVal mousePos As Point, _
   ByVal dy As Integer _
) 
public virtual void ZoomCamera( 
   Point mousePos,
   int dy
)

Parameters

mousePos
The screen point to keep fixed
dy
The zoom amount
See Also

Reference

ViewportLayout Class
ViewportLayout Members
Overload List
RotateCamera(Vector3D,Vector3D) Method
PanCamera(Point,Point) Method