GoDrawing Rotation

Hi

I want to rotate Godrawing objects.
I know Rotate() method and angle property.

however, I want to make the rotate handle to rotate the object freely
(ex. additional rotate handle, or handle change(resize mode -> rotation mode))
(ex. object rotation of Microsoft Powerpoint)

I created my own class.

public class MyDrawing : GoDrawing
{


}

please give me some advice and example code for free rotation by dragging the mouse

thanks.

Sorry for the delay, I was out for the holidays.

see Need to build a Theater seating diagram

The theater seater sample there has a helper for rotation UI.

Thanks. :smile:
I will try it .