How exactly would I load an image from the disk, draw a red cross from end to end and save it as a new image. I know to use _GDIPlus_GraphicsDrawLine but how?
I already got the end to end bit down:
The width and height is 500x350
Draw two lines at (0, 0, 550, 350) and (550, 0, 0, 350) respectively.
I already got the end to end bit down:
The width and height is 500x350
Draw two lines at (0, 0, 550, 350) and (550, 0, 0, 350) respectively.