I have a System.Drawing.Image that I display with System.Drawing.Graphics DrawImage function. The image is a police car, and I would like to draw a unit number on top of the police car. Is there an easy way to do this?
I have a System.Drawing.Image that I display with System.Drawing.Graphics DrawImage function. The image is
Share
You can use the
DrawStringmethod to write text out onto an image.