Code: Select all
private void btnMap2Clipboard_Click(object sender, EventArgs e)
{
Bitmap bitmap = new Bitmap(formsMap1.Width, formsMap1.Height);
formsMap1.DrawToBitmap(bitmap, new Rectangle(0, 0, bitmap.Width, bitmap.Height));
Clipboard.SetImage(bitmap);
}
- Zoom slider
- Magnifier
- Coordinates...