G
Guest
Hello,
i want to create my own control, but this control must be able to rotate.
I know, how to overide OnPaint method.
But..., for example I want to paint this control as rectangle with width 40,
height 60 with variable rotation.
How do I get new size of my control afer rotation?
Is there way to get size of the affected rectangle by transformated drawing?
(My controls will not be only rectangle... I want to create several types
but i need to rotate them too)
Thanks
ME
i want to create my own control, but this control must be able to rotate.
I know, how to overide OnPaint method.
But..., for example I want to paint this control as rectangle with width 40,
height 60 with variable rotation.
How do I get new size of my control afer rotation?
Is there way to get size of the affected rectangle by transformated drawing?
(My controls will not be only rectangle... I want to create several types
but i need to rotate them too)
Thanks
ME