FlexReport for WPF
DrawText メソッド (C1HtmlGraphics)


C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document.Util 名前空間 > C1HtmlGraphics クラス : DrawText メソッド
シンタックス
'宣言
 
Protected Overrides Sub DrawText( _
   ByVal pt As System.Windows.Point, _
   ByVal text As System.String, _
   ByVal fontName As System.String, _
   ByVal fontSize As System.Single, _
   ByVal weight As C1FontWeight, _
   ByVal stretch As C1FontStretch, _
   ByVal italic As System.Boolean, _
   ByVal decor As C1TextDecoration, _
   ByVal color As System.Windows.Media.Color, _
   ByVal advances() As System.Single, _
   ByVal panose() As System.Byte, _
   ByVal vertical As System.Boolean, _
   ByVal bidiLevel As System.Integer, _
   ByVal offset 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 pt,
   System.string text,
   System.string fontName,
   System.float fontSize,
   C1FontWeight weight,
   C1FontStretch stretch,
   System.bool italic,
   C1TextDecoration decor,
   System.Windows.Media.Color color,
   System.float[] advances,
   System.byte[] panose,
   System.bool vertical,
   System.int bidiLevel,
   System.double offset
)

パラメータ

pt
text
fontName
fontSize
weight
stretch
italic
decor
color
advances
panose
vertical
bidiLevel
offset
参照

C1HtmlGraphics クラス
C1HtmlGraphics メンバ