FlexReport for WinForms
Draw メソッド (C1TextLayout)


C1.Document アセンブリ > C1.Document.Util 名前空間 > C1TextLayout クラス : Draw メソッド
C1Graphics to draw to.
Draws current C1TextLayout on specified C1Graphics.
シンタックス
'宣言
 
Public MustOverride Sub Draw( _
   ByVal graphics As C1Graphics, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) 
'使用法
 
Dim instance As C1TextLayout
Dim graphics As C1Graphics
Dim x As System.Double
Dim y As System.Double
 
instance.Draw(graphics, x, y)
public abstract void Draw( 
   C1Graphics graphics,
   System.double x,
   System.double y
)

パラメータ

graphics
C1Graphics to draw to.
x
y
参照

参照

C1TextLayout クラス
C1TextLayout メンバ