'宣言 Protected Function GetRtfImage( _ ByVal measurementGraphics As System.Drawing.Graphics, _ ByVal rtf As System.String, _ ByVal firstCharIndex As System.Integer, _ ByVal length As System.Integer, _ ByVal bounds As Rect, _ ByVal detectUrls As System.Boolean, _ ByRef realSize As Size _ ) As C1Image
'使用法 Dim instance As C1DXExportGraphics Dim measurementGraphics As System.Drawing.Graphics Dim rtf As System.String Dim firstCharIndex As System.Integer Dim length As System.Integer Dim bounds As Rect Dim detectUrls As System.Boolean Dim realSize As Size Dim value As C1Image value = instance.GetRtfImage(measurementGraphics, rtf, firstCharIndex, length, bounds, detectUrls, realSize)
protected C1Image GetRtfImage( System.Drawing.Graphics measurementGraphics, System.string rtf, System.int firstCharIndex, System.int length, Rect bounds, System.bool detectUrls, out Size realSize )
パラメータ
- measurementGraphics
- rtf
- RTF テキスト。
- firstCharIndex
- 最初の文字のインデックス。
- length
- 文字総数。
- bounds
- 四角形範囲。
- detectUrls
- C1RichText が URL(Uniform Resource Locator)を自動的に書式設定するかどうかを示す値。
- realSize
- 実画像サイズ。
戻り値の型
C1.Win.Document.C1Image オブジェクト。