FlexReport for WinForms
DrawText メソッド (C1DXExportGraphics)


C1.Win.C1Document.4.8 アセンブリ > C1.Win.C1Document.Util 名前空間 > C1DXExportGraphics クラス : DrawText メソッド
シンタックス
'宣言
 
Protected Overridable Sub DrawText( _
   ByVal pt As 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.Drawing.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 C1DXExportGraphics
Dim pt As 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.Drawing.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 virtual void DrawText( 
   Point pt,
   System.string text,
   System.string fontName,
   System.float fontSize,
   C1FontWeight weight,
   C1FontStretch stretch,
   System.bool italic,
   C1TextDecoration decor,
   System.Drawing.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
参照

参照

C1DXExportGraphics クラス
C1DXExportGraphics メンバ