Draw node elements (NodePointer + NodeLabel)

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

Syntax

Visual Basic (Declaration)
Public Sub Draw ( _
	_device As Device, _
	_combinedMatrix As Matrix, _
	_showPointers As Boolean, _
	_showLables As Boolean _
)
C#
public void Draw(
	Device _device,
	Matrix _combinedMatrix,
	bool _showPointers,
	bool _showLables
)
Visual C++
public:
void Draw(
	Device^ _device, 
	Matrix _combinedMatrix, 
	bool _showPointers, 
	bool _showLables
)
JavaScript
function draw(_device, _combinedMatrix, _showPointers, _showLables);

Parameters

_device
Type: Device
Referenced Device
_combinedMatrix
Type: Matrix
Combined matrix
_showPointers
Type: System..::.Boolean
Show NodePointer on / off
_showLables
Type: System..::.Boolean
Show NodePointerLabel on / off

See Also