ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Image state when polyline is being drawn

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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