Changes the current zoom by the specified delta 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 ZoomBy( double deltaZoom ) |
| Visual Basic |
|---|
Public Sub ZoomBy ( _ deltaZoom As Double _ ) |
| JScript |
|---|
public function ZoomBy( deltaZoom : double ) |
Parameters
- deltaZoom
- Type: System..::..Double
The percentage amount by which to change the zoom (where 1.0=100%).