How to convert Ink Strokes to an Image

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I need to convert Ink strokes i.e. inkEdit.Ink to image inkEdit.Image. I am wondering if there is any way to do that. I know how to save ink as gif to an external file then load it into image
inkEdit.Ink.Save(PersistenceFormat.Gif, CompressionMode.Maximum)
But I am looking to see if there is more elegant way
Thanks so muc
A
 
Al Bahr said:
Hi,

I need to convert Ink strokes i.e. inkEdit.Ink to image inkEdit.Image. I
am wondering if there is any way to do that. I know how to save ink as gif
to an external file then load it into image
inkEdit.Ink.Save(PersistenceFormat.Gif, CompressionMode.Maximum)
But I am looking to see if there is more elegant way.
Thanks so much
Al

Al Check out the following link:

http://www.tabletpcdeveloper.com/userarea/keywordsrch.aspx?keyword=inkpictureex

The control provides a method to do what you are after.
 
Hi Al
Thanks for the link i ried to download it but i am not to open the sample code since it is created with bew version of Visual Studio. My version is 1.0 is there any way to upgrade
Thank
Ali
 
Back
Top