Zoom by given amount

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void ZoomBy(
	double percentage,
	double duration,
	Point3D center
)
Visual Basic
Public Sub ZoomBy ( _
	percentage As Double, _
	duration As Double, _
	center As Point3D _
)
JScript
public function ZoomBy(
	percentage : double, 
	duration : double, 
	center : Point3D
)

Parameters

percentage
Type: System..::..Double
The amount to zoom by (relative to 100%)
duration
Type: System..::..Double
The animation duration in milliseconds
center
Type: System.Windows.Media.Media3D..::..Point3D
THe center point to zoom on

See Also