I need to create a sample signature for Windows-Mobile. (Paint)
How to draw on Windows-Mobile on the screen - and save the image?
Is it possible to get a sample code (C #)?
OpenNETCF has a signature control that does just that: http://www.opennetcf.com/library/sdf/html/e2ec2ece-e6f1-8e43-0f59-9270bf186c38.htm
Update:. If you don't want to use this signature control, here is the answer that shows how to draw on a PictureBox (technically, how to draw on a Bitmap set as a box Image property):
PictureBox
Bitmap
Image
how to draw drawings in the image window
This code will work on Windows Mobile as well. To save what you painted as a raster file, simply do the following:
pictureBox1.Image.Save(...);
Source: https://habr.com/ru/post/1307951/More articles:Create a Delicious Bookmarklet in Firefox with the Delicious API - javascriptUsing floating point numbers to print - cAuthorization skip for specific methods - filterSmall copy in Java - javaC ++ delete static_cast (pointer) behavior - c ++Is signing a Java ME MIDlet a VeriSign certificate to avoid security warnings? - java-meJFace: difference between ITreeContentProvider and ILazyTreeContentProvider - swtDisplaying (rendering) HTML from a string in QT - c ++https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1307955/the-server-returned-an-address-in-response-to-the-pasv-command-that-is-different-than-the-address-to-which-the-ftp-connection-was-made&usg=ALkJrhjXlPq7U0KIgvcAsvNqb2zUhK3x3wFTP server running on Port 2000 through NAT does not work in passive mode - portAll Articles