Prepares display for panning.
[Visual Basic 6.0] Sub PanStart(
ByVal mouseLocation As IPoint _
)
[Visual Basic .NET] Public Sub PanStart ( _ ByVal mouseLocation As IPoint _ )
[C#] public void PanStart ( IPoint mouseLocation );
[Java] public void panStart ( IPoint mouseLocation ) throws IOException, AutomationException
[C++] HRESULT PanStart( IPoint* mouseLocation );
Call PanStart to initiate panning. The required point parameter specifies the pan's starting point. Call PanMoveTo next to specify a destination point.
The typical sequence for using the pan methods is as follows:
See TrackPan for an alternative panning approach.
IScreenDisplay Interface | IScreenDisplay.PanMoveTo Method | IScreenDisplay.PanStop Method | IScreenDisplay.PanStart Method | IScreenDisplay.TrackPan Method