Bitmap bmp = Properties.Resources.s4;
Image newImage = bmp;
e.Graphics.DrawImage(newImage, 25,5, newImage.Width,newImage.Height);
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vivek KumarPosted Mar 7, 2019, 1:30 PM