Users Pricing

forum

Home Forums C# panel drawing on button press – MindStick

C# panel drawing on button press

Anonymous User 4193 13 Nov 2013

I want to update the panel graphics (panel will contain simple shapes like circles and rectangles) every time a button is pressed. The code would look something like this:

private void PanelGraphics()
{
    ClearThePanel();  //empties the panel
    FillThePanel();   //draws new shapes in the panel
}
The function would be then called every time a button is pressed, and I understand button_events well enough so that's not a problem. However, I have no idea how to pull off the PanelGraphics() function, and a few links about panel_paint events didn't help me much.

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md