Performs zoom out.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void ZoomOut( Point center, bool useAnimation ) |
Visual Basic (Declaration) |
---|
Public Sub ZoomOut ( _ center As Point, _ useAnimation As Boolean _ ) |
Visual C++ |
---|
public: void ZoomOut( Point center, bool useAnimation ) |
Parameters
- center
- Type: System.Windows..::.Point
The center. The instance of Point struct.
- useAnimation
- Type: System..::.Boolean
If it is set to true it is used animation to change view.