VPI Picture
Posted: 30 Mar 2008 20:26
Hello
I use the VPI picture handling to draw some basic geometries onto a picture canvas.
I extract the picture using
Afterwards I save the picture to a file using:
..and i want to be able to draw again onto the canvas.
However when i try to , i get a message about
The VPI help said that redrawing is possible with setSize but it still did not work.
Any suggestions?
Regards
I use the VPI picture handling to draw some basic geometries onto a picture canvas.
I extract the picture using
Code: Select all
Picture = drawingCanvas:getPicture().
Code: Select all
vpi::pictSave(Picture, FullFilename),
vpi::pictDestroy(Picture).
However when i try to , i get a message about
No attached VPI window.
The VPI help said that redrawing is possible with setSize but it still did not work.
Any suggestions?
Regards