Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.Client
    Assembly:
   PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public override void ChangeZoom(
	Point center,
	double scale,
	bool useAnimation
)  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides Sub ChangeZoom ( _
	center As Point, _
	scale As Double, _
	useAnimation As Boolean _
)  | 
| Visual C++ | 
|---|
public:
virtual void ChangeZoom(
	Point center, 
	double scale, 
	bool useAnimation
) override  | 
See Also