Create new FlowGraph object
Namespace:
FlowMap
Assembly:
FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _
_objectDescr As String, _
_rootDescr As String, _
_position As Vector3, _
_color As Color _
) |
C# |
---|
public FlowGraph(
string _objectDescr,
string _rootDescr,
Vector3 _position,
Color _color
) |
Visual C++ |
---|
public:
FlowGraph(
String^ _objectDescr,
String^ _rootDescr,
Vector3 _position,
Color _color
) |
JavaScript |
---|
FlowMap.FlowGraph = function(_objectDescr, _rootDescr, _position, _color); |
Parameters
- _objectDescr
- Type: System..::.String
FlowClass description
- _rootDescr
- Type: System..::.String
Root description
- _position
- Type: Vector3
Root position
- _color
- Type: System.Drawing..::.Color
Edge Color
See Also