Scales the current zoom by the specified percentage on the center of the current visible area.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void ScaleZoomBy(
double deltaScale
) |
Visual Basic |
---|
Public Sub ScaleZoomBy ( _
deltaScale As Double _
) |
JScript |
---|
public function ScaleZoomBy(
deltaScale : double
) |
Parameters
- deltaScale
- Type: System..::..Double
The percentage amount by which to scale the zoom (where 1.0=100%).
See Also