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…...(342 Bytes) Actual output on MacOS using Aspose.Drawing: actual...png (265 Bytes) Environment: macOS Monterey, m1 chipset. Library...