private bool IsHighlightedCounterclockwisepiral(Dot dot) { return(dot.GetCounterclockwiseIndex(Display) == mHighlightedCounterclockwiseSpiral); }
private void ConnectDots(Graphics g, Dot first, Dot second) { g.DrawLine(Pens.LimeGreen, first.GetCanvasLocation(Width, Height), second.GetCanvasLocation(Width, Height)); }