This document is archived and information here might be outdated.  Recommended version.


IScreenDisplay2.FrameScrolled Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplay2.FrameScrolled Method

Call on frame display when container is scrolled.

[Visual Basic .NET]
Public Sub FrameScrolled ( _
    ByVal x As Integer, _
    ByVal y As Integer _
)
[C#]
public void FrameScrolled (
    int x,
    int y
);
[C++]
HRESULT FrameScrolled(
  long x,
  long y
);
[C++]

Parameters x [in] x is a parameter of type long y [in] y is a parameter of type long

Product Availability

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

See Also

IScreenDisplay2 Interface