Locked DrawCurve with For... to

  • Saturday, October 16, 2010 3:58 PM
     
     

    I am currently trying to make a graph plotter which will create the math graph with create graphics method. So i was wondering if there was a way of creating curve points.

    eg dim points() as point = {For x =1 to 50

                                           'and from each step receive a new point for the location of the next drawcurve point

                                           next }

    graphicsfun.drawcurve(Pens.Black, points())

     thanks

All Replies

  • Tuesday, October 19, 2010 7:05 AM
    Moderator
     
     

    Hello Dim131,

    Thanks for your post.

    What do you mean creating curve points? The end point of the curve is given dynamicly? How is it generated? Could you please describe more clearly?

    Best regards,
    Liliane
    MSDN Subscriber Support in Forum
    If you have any feedback on our support, please contact msdnmg@microsoft.com


    Please mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us. Thanks