View.UpdateByMapControl Method
A MapControl calls this when it has received a UpdateRequired event and wants to repaint the map window.
UpdateByMapControl(System.Boolean clear)
A MapControl calls this when it has received a UpdateRequired event and wants to repaint the map window.Syntax
public void UpdateByMapControl (
System.Boolean clear
)
Parameters
Indicates if the map window should be cleared before drawing the map.
Remarks
When a MapControl receives a UpdateRequired event, it needs to eventually call this method to perform the update and repaint the map window.
This is only to be used by instances of MapControl. Calling this method in any other situation is not supported and can impact the rendering process.
Platforms
Windows, Linux, Android