Creates new Boundaries object

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	_x As Single, _
	_y As Single, _
	_width As Single, _
	_height As Single, _
	_device As Device _
)
C#
public Boundaries(
	float _x,
	float _y,
	float _width,
	float _height,
	Device _device
)
Visual C++
public:
Boundaries(
	float _x, 
	float _y, 
	float _width, 
	float _height, 
	Device^ _device
)
JavaScript
FlowMap.Boundaries = function(_x, _y, _width, _height, _device);

Parameters

_x
Type: System..::.Single
_y
Type: System..::.Single
_width
Type: System..::.Single
_height
Type: System..::.Single
_device
Type: Device

See Also