Metodo UtilityStringWidth
|
Metodo che ritorna la lunghezza, in pixel, della stringa passata in ingresso.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public static int StringWidth(
string text,
Font font,
Control ctrl
)
Public Shared Function StringWidth (
text As String,
font As Font,
ctrl As Control
) As Integer
public:
static int StringWidth(
String^ text,
Font^ font,
Control^ ctrl
)
static member StringWidth :
text : string *
font : Font *
ctrl : Control -> int
Parametri
- text
- Tipo: SystemString
Stringa da esaminare. - font
- Tipo: System.DrawingFont
Font della stringa da esaminare. - ctrl
- Tipo: System.Windows.FormsControl
Controllo contenente la stringa.
Valore di ritorno
Tipo:
Int32Lunghezza della stringa.
Vedi anche