'宣言 Public Function MeasureText( _ ByVal text As System.String, _ ByVal proposedSize As System.Drawing.Size, _ ByVal format As TextFormat _ ) As System.Drawing.Size
public System.Drawing.Size MeasureText( System.string text, System.Drawing.Size proposedSize, TextFormat format )
パラメータ
- text
 - The string that specifies the text to be drawn.
 - proposedSize
 - Contains the proposed size in which the text is to be formatted.
 - format
 - Specifies the method of formatting the text.