Draw all nodes

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

Syntax

Visual Basic (Declaration)
Public Sub DrawNodes ( _
	_device As Device, _
	_bbConfig As BackBufferConfiguration, _
	_showPointers As Boolean, _
	_showLables As Boolean _
)
C#
public void DrawNodes(
	Device _device,
	BackBufferConfiguration _bbConfig,
	bool _showPointers,
	bool _showLables
)
Visual C++
public:
void DrawNodes(
	Device^ _device, 
	BackBufferConfiguration^ _bbConfig, 
	bool _showPointers, 
	bool _showLables
)
JavaScript
function drawNodes(_device, _bbConfig, _showPointers, _showLables);

Parameters

_device
Type: Device
Referenced device
_bbConfig
Type: FlowMap..::.BackBufferConfiguration
BackBufferConfiguration
_showPointers
Type: System..::.Boolean
Show NodePointer on / off
_showLables
Type: System..::.Boolean
Show NodePointerLabel on / off

See Also