T O P I C R E V I E W |
yeohray2 |
Posted - Feb 21 2023 : 03:19:43 I have an image where users can draw an automatically-closed polyline, and I also want to be able to run a specific action when the user double clicks on the image. So there are 2 possible scenarios:
- no polyline is being drawn, user double clicks on image, I want to run my action - polyline is being drawn, user double clicks on image, I want to let the polyline close, and don't want to run my action
Is there a property that lets me know that a polyline is currently being drawn?
Thanks in advance. Ray |
2 L A T E S T R E P L I E S (Newest First) |
yeohray2 |
Posted - Feb 24 2023 : 19:07:27 Hi Nigel,
Great, thanks Have emailed you.
Ray |
xequte |
Posted - Feb 21 2023 : 22:57:36 Hi Ray
In the coming 12.0.0 release, you can check whether ImageEnView1.InteractionState = ieisCreatingLineLayer;
You can email me for a beta.
Nigel Xequte Software www.imageen.com
|
|
|