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 void ChangeZoom(
	double scale,
	bool useAnimation
)
Visual Basic (Declaration)
Public Sub ChangeZoom ( _
	scale As Double, _
	useAnimation As Boolean _
)
Visual C++
public:
void ChangeZoom(
	double scale, 
	bool useAnimation
)

Parameters

scale
Type: System..::.Double
useAnimation
Type: System..::.Boolean

See Also