Ant Organisation Ltd documentation

WorkflowView.GetTransitionAnchor Method 

Gets the anchor point of the transition

public TransitionDrawer GetTransitionAnchor(
   int x,
   int y,
   out bool isStart
);

Parameters

x
x pos
y
y pos
isStart
set to whether the anchor is start or end

Return Value

Transition drawer that is under the point or null

See Also

WorkflowView Class | Ant.Workflow.View Namespace