Question: please be quick Form1 Rectangle checkBoxt Crde checkBox2 Draw buttoni Fill in the gans according to given forma Fill in the gaps according to given


Form1 Rectangle checkBoxt Crde checkBox2 Draw buttoni Fill in the gans according to given forma Fill in the gaps according to given form above. *Write your answer without space and be careful about case sensitivity. private void button1_Click(object sender, EventArgs e) 1 Graphics g = 0; if (checkBox 1.Checked) Pen selPen = new Pen(Color.Blue); g. (selPen, 200, 100, 150, 150); Dispose(); ) (checkBox2.Checked) Pen myPen = new Pen(Color Red); g.DrawEllipse 200, 100, 150, 150): Dispose(; (checkBox2.Checked) Pen myPen = new Pen(Color.Red); g.DrawEllipse 200, 100, 150, 150); myPen.Dispose(); Dispose()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
