Draw nodepointer

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

Syntax

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

Parameters

_device
Type: Device
Referenced device
_combinedMatrix
Type: Matrix
Combined matrix

See Also