MapControl.GuiDelayPercentage Property
The percentage of the previous update time used to delay the next update.
Syntax
public System.Int32 GuiDelayPercentage { get; set; }
Property Value
Default: 10
A percentage as an integer. Must be 0 or greater.
Remarks
The internal scheduling mechanism introduces gaps in which it plans to not perform work on the GUI thread. If you have a target framerate that sometimes is too much for the system, the application may have less time to perform other tasks than rendering the MapControl.
With this property you can control how much of the previous update duration that will be used after an update as a gap in the planned schedule. This value helps ensure that there will be time slots where Carmenta Engine does not block the GUI thread that is proportionate to the time it spends on the GUI thread. You can increase this value to free up more time on the GUI thread. This can lower the framerate but can also allow more input events to be taken care of and thereby offer a better user experience. The GuiDelayMinimum property will be used if it is set higher than the calculated value.
Platforms
Windows, Linux, Android