Table of Contents

Class DispFrameUtil

Namespace
Hi.Disp
Assembly
HiDisp.dll

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

ConcurrentDictionary<object, DispEngineConfig>

UpdateByDispEngineConfigFunc

Gets or sets the function to update display engine.

public static Action<string, DispEngineConfig> UpdateByDispEngineConfigFunc { get; set; }

Property Value

Action<string, DispEngineConfig>

Methods

Call(string, params IDisplayee[])

Configures the display engine with the specified displayees.

public static DispEngineConfig Call(string key, params IDisplayee[] displayees)

Parameters

key string

The key to identify the display engine configuration.

displayees IDisplayee[]

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

key string

The key to identify the display engine configuration.