Bitmap bitmap = new Bitmap(250, 110);
Graphics graphics = Graphics.FromImage(bitmap);
SolidBrush b = new SolidBrush(System.Drawing.Color.Red);
graphics.FillRectangle(b, 0f, 0f, 100, 100);
graphics.D…...Product Family andy2 December 27, 2022, 7:27pm #1 Bitmap bitmap = new...dll amjad.sahi December 28, 2022, 9:08am #2 @andy2 , Thanks for...