FlexReport for WinForms
DrawLine メソッド (C1DXTextLayout)


C1.Win.Document.8 アセンブリ > C1.Win.Document.Util 名前空間 > C1DXTextLayout クラス : DrawLine メソッド
シンタックス
'宣言
 
Protected Overridable Sub DrawLine( _
   ByVal graphics As C1Graphics, _
   ByVal x1 As System.Double, _
   ByVal y1 As System.Double, _
   ByVal x2 As System.Double, _
   ByVal y2 As System.Double, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal lineWidth As System.Double, _
   ByVal lineStyle As DashStyle _
) 
'使用法
 
Dim instance As C1DXTextLayout
Dim graphics As C1Graphics
Dim x1 As System.Double
Dim y1 As System.Double
Dim x2 As System.Double
Dim y2 As System.Double
Dim lineColor As System.Drawing.Color
Dim lineWidth As System.Double
Dim lineStyle As DashStyle
 
instance.DrawLine(graphics, x1, y1, x2, y2, lineColor, lineWidth, lineStyle)
protected virtual void DrawLine( 
   C1Graphics graphics,
   System.double x1,
   System.double y1,
   System.double x2,
   System.double y2,
   System.Drawing.Color lineColor,
   System.double lineWidth,
   DashStyle lineStyle
)

パラメータ

graphics
x1
y1
x2
y2
lineColor
lineWidth
lineStyle
参照

参照

C1DXTextLayout クラス
C1DXTextLayout メンバ