'the simplest possible way...Originally Posted by jordan23
Code:private void panel1_Paint(object sender, System.Windows.Forms.PaintEventArgs e) { panel1.CreateGraphics().DrawEllipse(new Pen(Color.Red, 2), 10, 10, 70, 50); }
|
Results 1 to 3 of 3
Thread: Drawing A Shape On a PanelThreaded View
|
Click Here to Expand Forum to Full Width |