i know im doing something really stupid but this is my first attempt to it anyway. what does it mean when it says call a method by instance or make it static?
namespace WindowsFormsApplication2
{
public partial class canvas : Form
{
public canvas()
{
InitializeComponent();
}
private void canvas_Paint(object sender, PaintEventArgs e)
{
Graphics gObject = canvas.CreateGraphics(); //this is where the error occurs