I want to create a C# program in which the user is able to draw
free-handed (eg. Paint) on top of a picture. The program is for use on
pocket pc (edition windows mobile 2005).
Anyone any ideas, tips, samples (eg. for the painting)?
Re: How to unload a form while its still busy with Form_Paint ... as long as you set the picture box's Autoredraw property to True. ... It would be better to create your own memory bitmap in code though and draw into it using the GDI drawing methods. ... But personally I would first look at the time taken by your calculation and drawing code to see if you can speed it up as it stands. ... Then, when it's done, you invalidate the form and the only thing your Paint handler has to do is draw this bitmap to the form. ... (microsoft.public.vb.general.discussion)
Re: intermediate robot arms? ...Painting a picture on supports ranging from 12" to 24" square. ... needs to be a brush.... Are you wanting to use tubes of paint or pots of paint? ... (comp.robotics.misc)
Multiples layered images & performances ... I have to draw many images... The solution to paint all images on the same panel through the paint ... There is the possibility to draw all images on an offscreen buffer. ... problem of picking one picture and to move it wherever the user wants. ... (comp.lang.java.gui)
Re: Custom ScaleMode setting problem ... It sets up a picture box in the way that you require. ... In this way you can draw the finished graph at any physical location and size you require, opaquely or transparently, and you can draw it to the printer in a way that takes full advantage of the printer's high resolution. ...Private pOffsetX As Single, pOffsetY As Single ... (microsoft.public.vb.general.discussion)
Re: Clipboard viewer? ... Almost everything with Paint is a PITA. ... But I use it all of the time to edit picture... Click on Edit and then Paste or hit Ctrl + V to paste the image. ... You can also resize your picture by dragging the image resize handles, ... (microsoft.public.windowsxp.newusers)