I have 2 same images. When I try to add rectangle and text (using graphics) to this images, the rectangle is the same BUT the text on image is different size..
the code is:
g.DrawRectangle(new Pen(Color.Blue, 5), new Rectangle(10, 10, 200, 100));
g.DrawString("GONgon", new System.Drawing.Font("Arial", 20), new SolidBrush(Color.Black), 20, 20);
originals of images here: