Refresh all resources

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Sub RefreshAll ( _
	_device As Device, _
	_bbConfig As BackBufferConfiguration _
)
C#
public void RefreshAll(
	Device _device,
	BackBufferConfiguration _bbConfig
)
Visual C++
public:
void RefreshAll(
	Device^ _device, 
	BackBufferConfiguration^ _bbConfig
)
JavaScript
function refreshAll(_device, _bbConfig);

Parameters

_device
Type: Device
Referenced device
_bbConfig
Type: FlowMap..::.BackBufferConfiguration
BackBufferConfiguration

See Also