Image image = new Image(null, width, height);
GC gc = new GC(image);
SWTGraphics g = new SWTGraphics(gc);
figure.paint(g);
"Phil Williams" <phil.williams@xxxxxxxxxxxx> wrote in message
news:c787he$4t8$1@xxxxxxxxxxx...
I asked this in the past, but have gotten no responses, so let me
rephrase:
I would like to be able to create an action that can capture the diagram
in a GEF editor to an image file (JPG, PNG, BMP, whatever). I am at a
loss as to how to start.
Does anyone out there have any pointers or sample code to help me get
started?
Thanks in advance,
Phil