Graphic drawing and saving image as a file.
Sept 20, 2010 20:43:20 GMT -5
Post by mmiscool on Sept 20, 2010 20:43:20 GMT -5
I am trying to save a graphic that i have drawn with rb to a path on the disk.
Is it possible to save or export a graphic similar to the way in lb?
the lb way is
print #handle, "getbmp bmpName x y width height"
This command will make a bitmap copied from the graphics window at x, y and using width and height. It resides in memory. This bitmap can be drawn using the DRAWBMP command, just as a bitmap loaded with LOADBMP. It is also possible to get a Windows handle to this bitmap with the HBMP() function.
Is it possible to save or export a graphic similar to the way in lb?
the lb way is
print #handle, "getbmp bmpName x y width height"
This command will make a bitmap copied from the graphics window at x, y and using width and height. It resides in memory. This bitmap can be drawn using the DRAWBMP command, just as a bitmap loaded with LOADBMP. It is also possible to get a Windows handle to this bitmap with the HBMP() function.