Set new position by translation matrix

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

Syntax

Visual Basic (Declaration)
Public Sub Translate ( _
	_translation As Matrix, _
	_bbConfig As BackBufferConfiguration _
)
C#
public void Translate(
	Matrix _translation,
	BackBufferConfiguration _bbConfig
)
Visual C++
public:
void Translate(
	Matrix _translation, 
	BackBufferConfiguration^ _bbConfig
)
JavaScript
function translate(_translation, _bbConfig);

Parameters

_translation
Type: Matrix
_bbConfig
Type: FlowMap..::.BackBufferConfiguration

See Also