04-03-2024 12:59 PM
Hi all,
How can I resize an overlay by mouse drag function.
04-04-2024 02:09 AM - edited 04-04-2024 02:12 AM
@AnkushM wrote:
Hi all,
How can I resize an overlay by mouse drag function.
The answer is very dependent on the used framework and what you mean under "overlay".
Usually, this is solved by handling of mouse down, mouse move, and mouse up events.
Are you using the Vision Development Module or drawing your image into a Picture Control?