Click or drag to resize

NodeWeightStyler Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the NodeWeightStyler class.

Namespace:  imbSCI.Graph.Converters.tools
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public NodeWeightStyler(
	int _type,
	Color _color
)
Request Example View Source

Parameters

_type
Type: SystemInt32
The type.
_color
Type: System.DrawingColor
The color.
See Also