Drawing classes and setRop2()
-
I have an old application written in C where I had a large image on view and the user was then able to create a moving line / image between a point and the mouse cursor without redrawing the orginal image, the line/image was also removes as the cursor position changes relative to the start point. With the old sdk this was done with calls as setrop2 etc. How can I do this with C# and .net Thanks Graham.
-
I have an old application written in C where I had a large image on view and the user was then able to create a moving line / image between a point and the mouse cursor without redrawing the orginal image, the line/image was also removes as the cursor position changes relative to the start point. With the old sdk this was done with calls as setrop2 etc. How can I do this with C# and .net Thanks Graham.