Search found 5 matches
- 06 Jul 2006, 05:41
- Forum: CAD VCL
- Topic: Send Tsgimage picture To QrImage
- Replies: 5
- Views: 20078
- 05 Jul 2006, 15:38
- Forum: CAD VCL
- Topic: Send Tsgimage picture To QrImage
- Replies: 5
- Views: 20078
- 05 Jul 2006, 15:35
- Forum: CAD VCL
- Topic: Send Tsgimage picture To QrImage
- Replies: 5
- Views: 20078
- 05 Jul 2006, 10:25
- Forum: CAD VCL
- Topic: Send Tsgimage picture To QrImage
- Replies: 5
- Views: 20078
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...
- 24 Jun 2006, 10:48
- Forum: CAD VCL
- Topic: How to add text on sgimage?
- Replies: 3
- Views: 16073
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?
delphi form,but how to
add a text string on this tsgimage ,
then print this tsgimage to printer?