creating a graphics object to pass into a paint method
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