Hello.
I am trying to draw points in a Picture control overtop of an image. I initially load an image into an Image control that I've placed inside the Picture boundaries. Then I stretch the image to the size of the Picture control. Then I run a loop that should draw a set of points every few seconds OVERTOP of the image. For drawing the points, I use the Picture1.Circle function.
However, when the loop runs, the whole image flickers and the points are hidden behind the image control. I've tried setting the Image's Zorder to 1, but I don't know what else to do.
Can anyone help me? Thanks alot,
Nikolai.
I am trying to draw points in a Picture control overtop of an image. I initially load an image into an Image control that I've placed inside the Picture boundaries. Then I stretch the image to the size of the Picture control. Then I run a loop that should draw a set of points every few seconds OVERTOP of the image. For drawing the points, I use the Picture1.Circle function.
However, when the loop runs, the whole image flickers and the points are hidden behind the image control. I've tried setting the Image's Zorder to 1, but I don't know what else to do.
Can anyone help me? Thanks alot,
Nikolai.