Guest User

Untitled

a guest
May 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Bitmap bm = new Bitmap(tableLayoutPanel1.Width, tableLayoutPanel1.Height);
  2. tableLayoutPanel1.DrawToBitmap(bm, new Rectangle(0, 0, tableLayoutPanel1.Width,
  3. tableLayoutPanel1.Height));
  4. bm.Save(path);
Add Comment
Please, Sign In to add comment