Search found 5 matches

by bigredinf
06 Jul 2006, 05:41
Forum: CAD VCL
Topic: Send Tsgimage picture To QrImage
Replies: 5
Views: 20015

Thank you a lot.
It work great.


Kadee/Bigredinf
by bigredinf
05 Jul 2006, 15:38
Forum: CAD VCL
Topic: Send Tsgimage picture To QrImage
Replies: 5
Views: 20015

By the way, I uses D7pro.
by bigredinf
05 Jul 2006, 15:35
Forum: CAD VCL
Topic: Send Tsgimage picture To QrImage
Replies: 5
Views: 20015

Dear Sergey,

Thanks for your quick reply.
but follow code:

vBMP.setBounds(0,0,800,600);
vBMP.Canvas.StretchDraw(vBMP.Bounds, vImg);

[Error] PcWkEditCK.pas(823): Undeclared identifier: 'setBounds'
[Error] PcWkEditCK.pas(826): Undeclared identifier: 'Bounds'


Rregards,

Kadee/bigredinf
by bigredinf
05 Jul 2006, 10:25
Forum: CAD VCL
Topic: Send Tsgimage picture To QrImage
Replies: 5
Views: 20015

Send Tsgimage picture To QrImage

I can load a dxf file to a tsgimage and show on my delphi form. Now I need to send this Tsgimage.picture to a Qrimage in Quickreport and preview the report,how can I do? I use follow code with no luck.Please help! <b>var</b> vImg: TsgDXFImage; StmImg: TMemoryStream; <b>begin</b> StmImg := TMemoryStr...
by bigredinf
24 Jun 2006, 10:48
Forum: CAD VCL
Topic: How to add text on sgimage?
Replies: 3
Views: 16027

How to add text on sgimage?

I can load a dxf file to a tsgimage and show on my
delphi form,but how to
add a text string on this tsgimage ,
then print this tsgimage to printer?