End Google Ads 201810 - BS.net 01 --> Hi All,
I have generating a problem when i am tring to Copy Image in Clipboard.

Bitmap bmp1 = new Bitmap(panel3.ClientRectangle.Width, panel3.ClientRectangle.Height);
panel3.DrawToBitmap(bmp1, panel3.ClientRectangle);
Clipboard.SetImage(bmp1);

When i paste it on Paint and Print it then Image not Showing properly. Image is streatcing.


Thanks

If you can think then I Can.