Clears the map and calls Invalidate.
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Sub InvalidateAndClearBackground |
C# |
---|
public void InvalidateAndClearBackground() |
Visual C++ |
---|
public: void InvalidateAndClearBackground() |
JavaScript |
---|
function invalidateAndClearBackground(); |
Remarks
This method performs the same functionality
as Refresh(true) but can be called from background threads as it calls Invalidate rather
than Refresh