CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2001
    Location
    India
    Posts
    145

    Selecting a Bezier

    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

  2. #2
    Join Date
    Feb 2003
    Posts
    33
    What method are you using for drawing the curves in the first place?

  3. #3
    Join Date
    Oct 2001
    Location
    India
    Posts
    145
    DrawBezier(pen,point,point,point,point).

    Muthu

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured