Draw functions

  • Thread starter Thread starter cody
  • Start date Start date
C

cody

Hi,
I'd like to "pass" a function, as I write it (for example x^2), to a member
of class, which draws this function. I dont know how to do.

thanks
fulvio
 
Sounds like a good application for delegates. I'm just starting to
figure them out myself, but it looks like a very elegant and
powerful feature of C#. Read up on them and see if it makes
sense to you, might be just what you need.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top