シンタックス
'宣言
Protected Overridable Sub DrawLine( _
ByVal As C1Graphics, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Drawing.Color, _
ByVal As System.Double, _
ByVal 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 ,
System.double ,
System.double ,
System.double ,
System.double ,
System.Drawing.Color ,
System.double ,
DashStyle
)
パラメータ
- graphics
- x1
- y1
- x2
- y2
- lineColor
- lineWidth
- lineStyle
参照