

Here I am using picture1.jpg on multiple places on the main image (Picture-2.jpg).
Since it can be noticed that the highlight white rim is hidden by another one.
Can somebody please help me found a solution for the same?


Here I am using picture1.jpg on multiple places on the main image (Picture-2.jpg).
Since it can be noticed that the highlight white rim is hidden by another one.
Can somebody please help me found a solution for the same?
Hi @SindhuH-2474,
>>Here I am using picture1.jpg on multiple places on the main image (Picture-2.jpg).
Which picture is Picture-2.jpg and picture1.jpg?
>>Since it can be noticed that the highlight white rim is hidden by another one.
Could you explain it in detail? And please provide some code to reproduce the situation.
Best Regards,
Daniel Zhang
Please check my answer to my query.
I would be grateful.
Thank you

In my code, the blinking square prompts the user to select either of them.
I am facing difficulties in positioning these squares with respect to the main page.
The squares are being cut off from each other, and they are not in position like I want to code shown in the gif image.
Please find the code attached and the output that explains my problem.

Please help me find a solution.
Thank you in advance
The blinking boxes are named by PictureOverlay1 and PictureOverlay2 , and the main background image is being named as PictureBox1
Hi @SindhuH-2474,
>>I am facing difficulties in positioning these squares with respect to the main page.
The location property is always relative to the parent.
PictureOverlay1 and PictureOverlay2 correspond to different parents, so the relative coordinates should also be different.
And in your code, you cannot use double type(4.5) in Point(Int32, Int32).
I did a test with your code, and the following results will appear.
Best Regards,
Daniel Zhang
9 people are following this question.