シンタックス
'宣言
Protected Function GetRtfImage( _
ByVal As System.Drawing.Graphics, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As Rect, _
ByVal As System.Boolean, _
ByRef 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 ,
System.string ,
System.int ,
System.int ,
Rect ,
System.bool ,
out Size
)
パラメータ
- measurementGraphics
- rtf
- firstCharIndex
- length
- bounds
- detectUrls
- realSize
参照