How can i get an event when someone did a digital zoom on the Smart Client ? I have also used
EnvironmentManager.Instance.RegisterReceiver(PlayBackZoomChangedMessage, new MessageIdFilter(“*”))
but no zoom event is called.
How can i get an event when someone did a digital zoom on the Smart Client ? I have also used
EnvironmentManager.Instance.RegisterReceiver(PlayBackZoomChangedMessage, new MessageIdFilter(“*”))
but no zoom event is called.
Unfortunately the Smart Client doesn’t have a digital zoom event that you can listen for. I don’t have a way for you to detect if a user does digital zoom.
You can see all the events with EnvironmentManager.Instance.RegisterReceiver(MessageReceiver, null); and the Message Tester plugin sample does this, but unfortunately there is no message for the purpose of digital zoom.