Refresh the current map display in the application's main window.
| Declaration | zView.h |
|---|---|
| Implementation | zView.cpp |
bool zview_Refresh(bool RedrawBuffer);
| Name | Type | Comment |
|---|---|---|
| RedrawBuffer | bool | A boolean flag that specifies whether the map display buffer must be re-generated prior to refreshing the screen. If false, the screen is refreshed with the old buffer contents. |
False if an error occurred, and true otherwise.
None.