MobileForms Toolkit Documentation

BackBufferManager.GetBackBuffer Method 

Gets the BackBuffer associated with the specified key.

public static BackBuffer GetBackBuffer(
object key
);

Parameters

key
The key whose back buffer to get.

Return Value

The BackBuffer associated with the specified key. If the specified key is not found, it creates a new BackBuffer using the specified key.

See Also

BackBufferManager Class | Resco.Drawing Namespace