View.UpdateByMapControl Method
UpdateByMapControl(System.Boolean clear)
An IMapControl implementation 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 an IMapControl implementation 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 IMapControl. Calling this method in any other situation is not supported and can impact the rendering process.
Platforms
Windows, Linux, Android