'宣言 Public Shared Function GetStringBounds( _ ByVal text As String, _ ByVal angle As Double, _ 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 GetStringBounds( string text, double angle, FontFamily fontFamily, double fontSize, FontStretch fontStretch, FontStyle fontStyle, FontWeight fontWeight )