Zoom by a given percentage
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void ZoomToView(
double zoomBy,
double duration,
string name
) |
Visual Basic |
---|
Public Sub ZoomToView ( _
zoomBy As Double, _
duration As Double, _
name As String _
) |
JScript |
---|
public function ZoomToView(
zoomBy : double,
duration : double,
name : String
) |
Parameters
- zoomBy
- Type: System..::..Double
The percentage to zoom by relative to 100%
- duration
- Type: System..::..Double
The animation duration in milliseconds
- name
- Type: System..::..String
The optional name of the object to set the look-vector by
See Also