Scale Microsoft.Ink
-
Hi I have a problem that realy brings me down. I'm using the Microsoft.Ink SDK in a usercontrol project. Here i implement some functions and push the .dll file in an object tag to a asp.net site. In javascript i call the inner functions of the .dll and get a 64BitString that i save in a hidden field on the asp.net Site. From the 64BitString i create an .gif Image and save this file in the filesystem. I need the .gif in 300 x 300 px but the file that i got have the dimensions of the ink. When i draw just a point of 2 x 2 px the .gif file got the same size. How can i get a .gif file that got the exactly dimensions of the box i'm painting in? My Control where i can paint something got the size of 300 x 300 px. I need exactly that as gif file. Please help.. Best Regards