Printing the zoom window

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
fbaumann
Posts: 8
Joined: 08 Aug 2005, 23:29
Location: Germany

Printing the zoom window

Post by fbaumann » 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

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 12 Aug 2005, 16:59

Hello,

The package available by next download link includes Abviewer demo:
http://www.soft-gold.ru/download/Printi ... w_BCB6.zip
This demo has a new button "Print view area". That is what you need.

Sergey.

please post questions to the forum or write to support@cadsofttools.com

Post Reply