1
Answer

creating a graphics object to pass into a paint method

Ask a question
schmintan

schmintan

19y
2k
1
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)