Hi,
is there a possibility to get more informations about the currently selected shape, like X/Y and W/H?
Background: my customer takes a picture of something and has to measure things like contained area, distance, angle and other stuff.
And as if that is not enough, there has to be the possibility to add annotations, which should be the shape/text part.
I write my own derivation of the Android.Image with CustomRenderer, which allows me to capture the coordinates the user tapped (touch down, touch up), and i wonder if it is possible to get the infos from the SfImageEditor too.
In extension, how do i iterate through the painted shapes programmatically, and - when using the ItemSelected event, i may get the Settings (mostly PenSettings) for the selected element, but not the item itself. Is there at least a way to access the select shape?
Edit: maybe, changing the AddShape-Method to get back the added Shape is a good idea?