Draw boundaries

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

Syntax

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

Parameters

_combinedMatrix
Type: Matrix
Combined backbuffer matrix
_color
Type: System.Drawing..::.Color
Boundaries' color

See Also