'宣言 Public Overloads Shared Function CalculateTextSize( _ ByVal text As ParsedFormattedTextValue, _ ByVal g As Graphics, _ ByVal font As Font, _ ByRef appearance As AppearanceData, _ ByVal wrapText As Boolean, _ ByVal layoutArea As Size _ ) As Size
public static Size CalculateTextSize( ParsedFormattedTextValue text, Graphics g, Font font, ref AppearanceData appearance, bool wrapText, Size layoutArea )