シンタックス
'宣言
Public Overrides Sub DrawRtf( _
ByVal As System.Object, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As Rect, _
ByVal As System.Boolean, _
ByVal As System.Drawing.Color _
)
'使用法
Dim instance As C1DXExportGraphics
Dim measurementGraphics As System.Object
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 backColor As System.Drawing.Color
instance.DrawRtf(measurementGraphics, rtf, firstCharIndex, length, bounds, detectUrls, backColor)
public override void DrawRtf(
System.object ,
System.string ,
System.int ,
System.int ,
Rect ,
System.bool ,
System.Drawing.Color
)
パラメータ
- measurementGraphics
- rtf
- firstCharIndex
- length
- bounds
- detectUrls
- backColor
参照