The class which realizes tool for view scaling with mouse move at pressed mouse left button.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public class DynamicZoomTool : StandardTool
Visual Basic (Declaration)
Public Class DynamicZoomTool _
	Inherits StandardTool
Visual C++
public ref class DynamicZoomTool : public StandardTool

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.ReportingServices.Viewer.Client..::.Tool
    PerpetuumSoft.ReportingServices.Viewer.Client..::.StandardTool
      PerpetuumSoft.ReportingServices.Viewer.Client..::.DynamicZoomTool

See Also