Creates new image background object

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

Syntax

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

Parameters

_fileName
Type: System..::.String
Image location

See Also