ArcObjects Library Reference (Display)  

IScreenDisplay2.DoScroll Method

Scrolls the screen by the specified amount.

[Visual Basic .NET]
Public Sub DoScroll ( _
    ByVal xDelta As Integer, _
    ByVal yDelta As Integer, _
    ByVal updateScreen As Boolean _
)
[C#]
public void DoScroll (
    int xDelta,
    int yDelta,
    bool updateScreen
);
[C++]
HRESULT DoScroll(
  long xDelta,
  long yDelta,
  VARIANT_BOOL updateScreen
);
[C++]

Parameters

xDelta [in]   xDelta is a parameter of type long yDelta [in]   yDelta is a parameter of type long updateScreen [in]   updateScreen is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenDisplay2 Interface