J
jaffar.kazi
Hi.
I'm implementing a drawing like program. The functionality I want is
something like this:
I have a drawing area. When I draw something on it, I have the ability
to move it around.
However, if I move it OUTSIDE the drawing area, a new drawing area
should be created and the drawing should be placed on that.
For such a functionality what all events would I need to implement and
what would be the rough structure of the code?
Thanks in Advance,
-Jaffar
I'm implementing a drawing like program. The functionality I want is
something like this:
I have a drawing area. When I draw something on it, I have the ability
to move it around.
However, if I move it OUTSIDE the drawing area, a new drawing area
should be created and the drawing should be placed on that.
For such a functionality what all events would I need to implement and
what would be the rough structure of the code?
Thanks in Advance,
-Jaffar