This document is archived and information here might be outdated. Recommended version. |
Updates the display of the overview based upon the associated map's current settings.
[Visual Basic .NET]
Public Sub UpdateDisplay ( _
ByVal windowWidth As Integer, _
ByVal windowHeight As Integer _
)
[C#]
public void UpdateDisplay (
int windowWidth,
int windowHeight
);
[C++]
HRESULT UpdateDisplay(
long windowWidth,
long windowHeight
);
[C++] Parameters windowWidth [in]
windowWidth is a parameter of type long windowHeight [in]
windowHeight is a parameter of type long