'宣言 Public Shared Function GetBestFitStringSize( _ ByVal text As String, _ ByVal width As Double, _ ByVal fontFamily As FontFamily, _ ByVal fontSize As Double, _ ByVal fontStretch As FontStretch, _ ByVal fontStyle As FontStyle, _ ByVal fontWeight As FontWeight _ ) As Integer
public static int GetBestFitStringSize( string text, double width, FontFamily fontFamily, double fontSize, FontStretch fontStretch, FontStyle fontStyle, FontWeight fontWeight )