1
Reply

creating a graphics object to pass into a paint method

schmintan

schmintan

Mar 1 2005 4:43 AM
2k
i want to call my paint method form another method in the form class. the problem is the paint method takes a graphics object as a parameter, and when i go to create one Graphics g; i cant simply pass in g.Graphics. instead, i get a list of all the drawing functions of the graphics object. any ide

Answers (1)