Zoom the camera by a certain amount, looking at the center point passed.

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

Syntax

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

Parameters

percentage
Type: System..::..Double
Zoom percentage.
center
Type: System.Windows.Media.Media3D..::..Point3D
Center point of zoom focus.

See Also