This question already has answers here: Closed 10 years ago. Possible Duplicate: Android How to draw a smooth line following your finger
i have a program similar to paint. and that i am trying to implement a change pen color however when i change the color, everything currently drawn is changed to the color RED for example in my progra
How can i scale the gtk.DrawingArea on window resize? I\'m writing a code that will draw some colors in DrawingArea that will be added to开发者_开发问答 an gtk.Table cell. I just need, that the image
I\'m going to draw some sort of glassy buttons in java me (targeting devices with MIDP 2.0). An Example:
I draw some text on screen using ID3DXFont::DrawText. This text should be displayed the same regardless of screen resolution.
i want a rectangle with this measures left=50, top=20, rigth=50 and bottom=10 in XAML Something like thanks
I have a IPhone drawing application which is slowing down when I use the spray can tool. But when I check for leaks by running the application with leaks no leaks are shown. All other tools are workin
I want to use jQuery to create an effect of a line drawing being drawn as if with an invisible pen. Sort of like this:
I\'ve got a Canvas which manipulates objects in the mouse event handler. After modifying the objects, I want to trigger the OnPaint() event for the same Canvas to show (rerender) the changes. What is
I want to draw by mouse by e.X and e.Y. I know I should use list<Point&g开发者_运维问答t; but I don\'t know how to do that. Unfortunately I have a problem with drawlines, I can\'t do that.