Metodo UtilityStringHeight
             | 
          
        
        
            Metodo che ritorna la lunghezza, in pixel, della stringa passata in ingresso.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static int StringHeight(
	string text,
	Font font,
	Control ctrl
)
Public Shared Function StringHeight ( 
	text As String,
	font As Font,
	ctrl As Control
) As Integer
public:
static int StringHeight(
	String^ text, 
	Font^ font, 
	Control^ ctrl
)
static member StringHeight : 
        text : string * 
        font : Font * 
        ctrl : Control -> int Parametri
- text  String
 - Stringa da esaminare.
 - font  Font
 - Font della stringa da esaminare.
 - ctrl  Control
 - Controllo contenente la stringa.
 
Valore di ritorno
Int32Lunghezza della stringa.
Vedi anche