'宣言
Function MeasureString( _ ByVal font As FontInfo, _ ByVal contentText As String, _ ByVal stringFormat As StringFormatEx, _ Optional ByVal boundWidth As Single, _ Optional ByVal boundHeight As Single _ ) As TextMetrics
TextMetrics MeasureString( FontInfo font, string contentText, StringFormatEx stringFormat, float boundWidth, float boundHeight )
パラメータ
- font
- contentText
- stringFormat
- boundWidth
- boundHeight
戻り値の型
テキストの行数と、使用可能な境界に適合する合計文字数、およびテキストに適合するための最小限の必要な境界を含むTextMetrics構造。