Overridden. See PanView(Point).
Namespace:
PerpetuumSoft.Reporting.Silverlight.ClientAssembly: PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public override void PanView( Point point ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub PanView ( _ point As Point _ ) |
| Visual C++ |
|---|
public: virtual void PanView( Point point ) override |
Parameters
- point
- Type: System.Windows..::.Point