Click to See Complete Forum and Search --> : Selecting a Bezier


muthu555
March 6th, 2003, 01:12 AM
Hi,
I have a program that involves drawing a set of beziers from one point to another. Now my problem is i have to add the functionality of selecting the bezier by clicking on top of it.I came to know that there is a formula by which i can find the bezier thats present at the point where i click.I am not able to find the formula or a way to select a bezier when i click on it.

thanx in advance
Muthu

rlrcstr
March 6th, 2003, 03:41 PM
What method are you using for drawing the curves in the first place?

muthu555
March 6th, 2003, 10:47 PM
DrawBezier(pen,point,point,point,point).

Muthu