Ant Organisation Ltd documentation

TransitionDrawer.IsAnchorPoint Method 

Checked whether the x, y position represents an anchor point

bool IsAnchorPoint(
   int x,
   int y,
   out bool isStart
);

Parameters

x
x pos of point
y
y pos of point
isStart
Returns whether the point is the start anchor of the transition

Return Value

True if the point is an anchor

See Also

TransitionDrawer Interface | Ant.Workflow.View Namespace