Draw background image

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

Syntax

Visual Basic (Declaration)
Public Sub DrawBackground ( _
	_device As Device _
)
C#
public void DrawBackground(
	Device _device
)
Visual C++
public:
void DrawBackground(
	Device^ _device
)
JavaScript
function drawBackground(_device);

Parameters

_device
Type: Device
Referenced device

See Also