ATMLWorkBench.Forms.SignalConnector.createLine C# (CSharp) Méthode

createLine() private méthode

private createLine ( ) : void
Résultat 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 ));
        }