Click or drag to resize

ConnectorConnectTo Method

Overload List
  NameDescription
Public methodConnectTo(Connector, ConnectorAlignment)
Connect this and another connector together.
Public methodConnectTo(Connector, Boolean)
Connect two objects together. The method must take care of the placement and orientation of the respective visual objects.
Public methodConnectTo(Connector, Boolean, Boolean)
Connect two objects together. The method must take care of the placement and orientation of the respective visual objects.
Public methodConnectTo(Connector, ConnectorAlignment, Boolean, Boolean)
Connect this and another connector together.
Public methodConnectTo(Connector, Boolean, Boolean, Boolean)
Connect two objects together. The method must take care of the placement and orientation of the respective visual objects.
Public methodConnectTo(Connector, ConnectorAlignment, Boolean, Boolean, Action)
Connect this and another connector together (Only usable from C# scripting, not JScript).
Top
See Also