|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Member
Iscritto dal: Sep 2004
Messaggi: 216
|
Problema con DrawString
Salve a tutti
Sto cercando di utilizzare questo benedetto DrawString ma ho un problema che non riesco a risolvere, questo è il codice per usare il metodo Codice:
string testo = "we";
Font font = new Font("Times New Roman", 8, FontStyle.Regular);
Brush brush = new SolidBrush(Color.White);
g.DrawString(testo, font, brush, 10.0f, 10.0f);
se invece provo a scrivere così Codice:
string testo = "we";
Font font = new Font("Times New Roman", 8, FontStyle.Regular);
Brush brush = new SolidBrush(Color.White);
g.DrawString("", font, brush, 10.0f, 10.0f);
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 00:10.



















