Refresh all resources

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

Syntax

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

Parameters

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

See Also