Lab17
Graphics g = e.Graphics;
Pen bluepen = new Pen(Color.Blue, 2);
Graphics g = e.Graphics;
Pen bluepen = new Pen(Color.Blue, 2);
Pen somepen = new Pen(Color.FromArgb(255, 120, 200));
Graphics g = e.Graphics;
Pen bluepen = new Pen(Color.Blue, 2);
Pen somepen = new Pen(Color.FromArgb(255, 120, 200));
Color col = Color.FromName("LightGreen");
this.BackColor = col;
Graphics
g = e.Graphics;
Pen mypen = new Pen(Color.Black, 1);
Color.Pink;
Graphics g = e.Graphics;
Pen mypen = new Pen(Color.Black, 1);
DashStyle.Dash;
Color.Pink;
Graphics g = e.Graphics;
Brush myBrush = new SolidBrush(Color.DarkBlue);
Pen mypen = new Pen(myBrush, 5);
Graphics g = e.Graphics;
HatchBrush myBrush = new HatchBrush(HatchStyle.DarkVertical, Color.White, Color.Violet);
Pen mypen = new Pen(myBrush, 5);