Ant Organisation Ltd documentation

ILayoutObject.AddConnectionPoint Method (Int32, Int32, ConnectionDirection)

Adds a new connection point.

IConnectionPoint AddConnectionPoint(
   int x,
   int y,
   ConnectionDirection direction
);

Parameters

x
X-coordinate of the connection point relative to the left of the bounding rect of the layout object.
y
Y-coordinate of the connection point relative to the top of the bounding rect of the layout object.
direction
Direction of the connection.

Return Value

Returns the new connection object.

See Also

ILayoutObject Interface | Ant.Workflow.View.TransitionRouting Namespace | ILayoutObject.AddConnectionPoint Overload List