Performs scale and scale mode changing.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public abstract void ChangeZoom(
	Point center,
	double scale,
	bool useAnimation
)
Visual Basic (Declaration)
Public MustOverride Sub ChangeZoom ( _
	center As Point, _
	scale As Double, _
	useAnimation As Boolean _
)
Visual C++
public:
virtual void ChangeZoom(
	Point center, 
	double scale, 
	bool useAnimation
) abstract

Parameters

center
Type: System.Windows..::.Point
scale
Type: System..::.Double
useAnimation
Type: System..::.Boolean

See Also