Drawing commands to background/ foreground?

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by cor.

How to make drawings like circle, box and place it to the back of the Form so if you draw something else on it, the background drawing is not affected?

Registered PB version : 2.82 (Windows)
--------------------------
C. de Visser
Author of Super Guitar Chord Finder
http://www.ready4music.com
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

Use an ImageGadget(). The steps to follow:

CreateImage(...)
StartDrawing(ImageOutput())
.....
..

ImageGadget()

Fred - AlphaSND
Post Reply