Zooms in/out to the specified rectangular area (in the coordinate system of the root visual).

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

Syntax

C#
public void ZoomToArea(
	Rect area
)
Visual Basic
Public Sub ZoomToArea ( _
	area As Rect _
)
JScript
public function ZoomToArea(
	area : Rect
)

Parameters

area
Type: System.Windows..::..Rect
Rectangular area to zoom to (in the coordinate system of the root visual).

See Also