Metodo UtilityStringWidth |
Namespace: DedNet.Core
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