Draw all edges

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

Syntax

Visual Basic (Declaration)
Public Sub DrawEdges ( _
	_bbConfig As BackBufferConfiguration, _
	_showSplineWeight As Boolean _
)
C#
public void DrawEdges(
	BackBufferConfiguration _bbConfig,
	bool _showSplineWeight
)
Visual C++
public:
void DrawEdges(
	BackBufferConfiguration^ _bbConfig, 
	bool _showSplineWeight
)
JavaScript
function drawEdges(_bbConfig, _showSplineWeight);

Parameters

_bbConfig
Type: FlowMap..::.BackBufferConfiguration
BackBufferConfiguration
_showSplineWeight
Type: System..::.Boolean
Show splines' weight

See Also