Zooms to the specified percentage on the center of the current visible area.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void ZoomTo(
	double newZoom
)
Visual Basic
Public Sub ZoomTo ( _
	newZoom As Double _
)
JScript
public function ZoomTo(
	newZoom : double
)

Parameters

newZoom
Type: System..::..Double
A new zoom percentate (where 1.0=100%).

See Also