Browse by Tags

  • Undo an ink stroke on inkPicture

    Can anyone suggest how to undo the last ink stroke drawn on InkPicture? I tried to extract the ink strokes from InkDisp object and then delete InkDisp.Strokes.Item(InkDisp.Strokes.count-1) object. But this gives an 'Out of memory' error saying "_newEnum has thrown an Out of Memory exception"...
    Posted to How do I....? (Forum) by ictian on 01-02-2010
  • Inking on a picture

    When I do some inking on a picture, I am able to save the inking and the picture separately. but how do I merge both the original picture and the inking and save them as one image.
    Posted to How do I....? (Forum) by ictian on 10-24-2009
  • InkPicture issue

    Hi, I'm trying to load an image in the InkPicture control of OpenNETCF Mobile Ink library using this: InkPicture i = new InkPicture(); i.PictureBox.Image = new Bitmap(@"\My Documents\My Pictures\Flower.jpg"); i.PictureBox.Location = new System.Drawing.Point(0, 0); i.PictureBox.Name = "pictureBox2";...
    Posted to How do I....? (Forum) by ictian on 10-24-2009
Page 1 of 1 (3 items)