Click or drag to resize

diaConnectionPoint Constructor (Double, Double, Boolean)

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

Namespace:  imbSCI.Graph.DiagramLibraries.DiaShape
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public diaConnectionPoint(
	double _x,
	double _y,
	bool _main = false
)
Request Example View Source

Parameters

_x
Type: SystemDouble
The x.
_y
Type: SystemDouble
The y.
_main (Optional)
Type: SystemBoolean
See Also