シンタックス
'宣言
Protected Overrides Sub DrawText( _
ByVal As System.Windows.Point, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Single, _
ByVal As C1FontWeight, _
ByVal As C1FontStretch, _
ByVal As System.Boolean, _
ByVal As C1TextDecoration, _
ByVal As System.Windows.Media.Color, _
ByVal () As System.Single, _
ByVal () As System.Byte, _
ByVal As System.Boolean, _
ByVal As System.Integer, _
ByVal As System.Double _
)
'使用法
Dim instance As C1HtmlGraphics
Dim pt As System.Windows.Point
Dim text As System.String
Dim fontName As System.String
Dim fontSize As System.Single
Dim weight As C1FontWeight
Dim stretch As C1FontStretch
Dim italic As System.Boolean
Dim decor As C1TextDecoration
Dim color As System.Windows.Media.Color
Dim advances() As System.Single
Dim panose() As System.Byte
Dim vertical As System.Boolean
Dim bidiLevel As System.Integer
Dim offset As System.Double
instance.DrawText(pt, text, fontName, fontSize, weight, stretch, italic, decor, color, advances, panose, vertical, bidiLevel, offset)
protected override void DrawText(
System.Windows.Point ,
System.string ,
System.string ,
System.float ,
C1FontWeight ,
C1FontStretch ,
System.bool ,
C1TextDecoration ,
System.Windows.Media.Color ,
System.float[] ,
System.byte[] ,
System.bool ,
System.int ,
System.double
)
パラメータ
- pt
- text
- fontName
- fontSize
- weight
- stretch
- italic
- decor
- color
- advances
- panose
- vertical
- bidiLevel
- offset
参照