| To: | REALbasic NUG Italian <realbasic-nug.it@lists.realsoftware.com> |
|---|---|
| Subject: | Stampare Vector Graphics con RealBASIC |
| From: | Matteo Lovatti <matteolovatti@mac.com> |
| Date: | Fri, 30 Oct 2009 18:46:20 +0100 |
| Authentication-results: | mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug.it-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug.it-bounces@lists.realsoftware.com |
| Delivered-to: | listarchive@realsoftware.com |
| Reply-to: | REALbasic NUG Italian <realbasic-nug.it@lists.realsoftware.com> |
| Sender: | realbasic-nug.it-bounces@lists.realsoftware.com |
Ciao, sto tentando di stampare un disegno.
Tale disegno si trova in un Group2D che si chiama App.figura_globale
il codice con cui stampo è il seguente:
if ps.PageSetupDialog then
g = OpenPrinterDialog(ps)
if g <> nil then
g.DrawObject (App.figura_globale,0,0)
End If
End If
Le curve risultano purtroppo mooolto scalettate.... c'è un modo per
migliorarle ?
Grazie Matteo |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||