Hello,
I'm trying to use ImageEditor in one of our projects.
I would need to draw a line (or rectangle) over an existing image but without the mouse. The user will have to specify the coordinates in an input box and then a line is drawn.
So far, I've been able from client side to change the tool to pencil : radImageEditor1.editImageOnServer("Pencil", commandText, customArgument, callbackFunction);
But I can't found a way to draw from the client code.
Could you please tell me if this is possible or drawing is only allowed by using the mouse?
Regards,
Sabine