Creates new DrawingParameters object with background image

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	_backgroundFileName As String _
)
C#
public DrawingParameters(
	string _backgroundFileName
)
Visual C++
public:
DrawingParameters(
	String^ _backgroundFileName
)
JavaScript
FlowMap.DrawingParameters = function(_backgroundFileName);

Parameters

_backgroundFileName
Type: System..::.String
Background image location

See Also