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.
 
Back
Top