Class DispFrameUtil
Utility class for display frame management.
public static class DispFrameUtil
- Inheritance
-
DispFrameUtil
- Inherited Members
Properties
KeyToDispEngineConfigDictionary
Internal Use Only.
public static ConcurrentDictionary<object, DispEngineConfig> KeyToDispEngineConfigDictionary { get; }
Property Value
UpdateByDispEngineConfigFunc
Gets or sets the function to update display engine.
public static Action<string, DispEngineConfig> UpdateByDispEngineConfigFunc { get; set; }
Property Value
Methods
Call(string, params IDisplayee[])
Configures the display engine with the specified displayees.
public static DispEngineConfig Call(string key, params IDisplayee[] displayees)
Parameters
keystringThe key to identify the display engine configuration.
displayeesIDisplayee[]The displayees to be configured.
Returns
- DispEngineConfig
The display engine configuration.
ClearCache()
Clears the cache of display engine configurations.
public static void ClearCache()
UpdateFrame(string)
Internal Use Only.
public static void UpdateFrame(string key)
Parameters
keystringThe key to identify the display engine configuration.