Draw edge

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

Syntax

Visual Basic (Declaration)
Public Sub Draw ( _
	_combinedMatrix As Matrix, _
	_width As Integer, _
	_antialias As Boolean _
)
C#
public void Draw(
	Matrix _combinedMatrix,
	int _width,
	bool _antialias
)
Visual C++
public:
void Draw(
	Matrix _combinedMatrix, 
	int _width, 
	bool _antialias
)
JavaScript
function draw(_combinedMatrix, _width, _antialias);

Parameters

_combinedMatrix
Type: Matrix
Combined matrix
_width
Type: System..::.Int32
Spline's width
_antialias
Type: System..::.Boolean
Antialiasing on /off

See Also