I've made a program that creates random patterns on the screen. But i don't know how to get it to print out during run-time.
Please help, I need it for my Art Coursework.
Printable View
I've made a program that creates random patterns on the screen. But i don't know how to get it to print out during run-time.
Please help, I need it for my Art Coursework.
Print out on the Printer? or screen? You could always use the SetPixel API to draw a Pixel.
I need it to print out on the Printer. I know how to print out one line which i know the co-ordinates for, but not for many different ones, which are random.