Printing the zoom window
Posted: 08 Aug 2005, 23:36
Hello,
in the ABViewer demo is the example how printing the complete file.
...
Printer()->BeginDoc();
Printer()->Canvas->StretchDraw(Bounds((Printer()->PageWidth - PW) / 2,
(Printer()->PageHeight - PH) / 2, PW, PH), sgPaintBox->Picture->Graphic);
Printer()->EndDoc();
...
My question: how can I print just a shown zoom in the TsgImage?
I use BCB6 and CADImportVCL
Thanks for help
Frank
in the ABViewer demo is the example how printing the complete file.
...
Printer()->BeginDoc();
Printer()->Canvas->StretchDraw(Bounds((Printer()->PageWidth - PW) / 2,
(Printer()->PageHeight - PH) / 2, PW, PH), sgPaintBox->Picture->Graphic);
Printer()->EndDoc();
...
My question: how can I print just a shown zoom in the TsgImage?
I use BCB6 and CADImportVCL
Thanks for help
Frank