Dim Out As OutputStream
Out = File.OpenOutput(File.DirInternal, "vinayagar1.png", False)
picCanvas.Bitmap.WriteToStream(Out, 100, "PNG")
Out.Close
hi dear team
i used canvas to drawline on image after finished. i save the image using above code. it doesnt show any error but no such file saved in my directory.
need your help . how to save image file after canvas
Out = File.OpenOutput(File.DirInternal, "vinayagar1.png", False)
picCanvas.Bitmap.WriteToStream(Out, 100, "PNG")
Out.Close
hi dear team
i used canvas to drawline on image after finished. i save the image using above code. it doesnt show any error but no such file saved in my directory.
need your help . how to save image file after canvas