Hi I'm writting small application to draw diagrams and I need to find points to draw bezier curve between two elements. Is there any efficient and simple way to calculate bending points ?? To better visualize my problem please take a look at this picture

As You can see I have two rectangles which I want to connect with bezier curve. It is obvious that I have two anchor points, but how can I calculate correctly bending points so that this line would look like at the picture.