パラメータ
- text
- 計測する文字列。
- font
- 文字列の外観やサイズを定義する System.Drawing.Fontオブジェクト。
- width
- 文字列の最大幅。
戻り値の型
ポイント単位の文字列のサイズ。
このメソッドは、 System.Windows.Forms.RichTextBoxコントロールで使用されるような RTF(Rich Text Format)文字列を認識することを除き、 C1.C1Pdf.C1PdfDocument.MeasureString(System.String,System.Drawing.Font,System.Single,System.Drawing.StringFormat)と同じです。
詳細については、 DrawStringRtf(String,Font,Brush,RectangleF)メソッドを参照してください。