Guest User

Untitled

a guest
Jan 21st, 2018
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.60 KB | None | 0 0
  1. Graphics paper = pictureBoxBoard.CreateGraphics();
  2.             Graphics paper2 = pictureBoxDistance.CreateGraphics();
  3.             Brush brush = new SolidBrush(Color.LightGray);
  4.             Pen pen = new Pen(Color.Black, 2);
  5.             Pen pen3 = new Pen(Color.Silver, 2);
  6.             SolidBrush brush0 = new SolidBrush(Color.SaddleBrown);
  7.             SolidBrush brush1 = new SolidBrush(Color.Orange);
  8.             SolidBrush brush2 = new SolidBrush(Color.White);
  9.             Pen pen2 = new Pen(Color.Black, 1);
  10.             Font font = new Font("Arial", 30);
  11.             Font font2 = new Font("Arial", 15);
Add Comment
Please, Sign In to add comment