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