ATMLWorkBench.Forms.SignalConnector.createLine C# (CSharp) Method

createLine() private method

private createLine ( ) : void
return void
        private void createLine()
        {
            origin = new Point(source.Bounds.Right,
                                ( source.Bounds.Top + source.Bounds.Height / 2 ));

            destination = new Point(target.Bounds.Left,
                                ( target.Bounds.Top + target.Height / 2 ));
        }