DioDocs for PDF
DrawLine(Single,Single,Single,Single,Color,Single,DashStyle) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawLine メソッド : DrawLine(Single,Single,Single,Single,Color,Single,DashStyle) メソッド
The X coordinate of the first point.
The Y coordinate of the first point.
The X coordinate of the second point.
The Y coordinate of the second point.
The line color.
The line width.
The line style (solid by default).
Draws a line between two points, using a specified line color, width and style.

If the value of lineStyle parameter is not DashStyle.Solid, the line is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

シンタックス
'宣言
 
Public Overloads Sub DrawLine( _
   ByVal x1 As System.Single, _
   ByVal y1 As System.Single, _
   ByVal x2 As System.Single, _
   ByVal y2 As System.Single, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal lineWidth As System.Single, _
   Optional ByVal lineStyle As DashStyle _
) 
public void DrawLine( 
   System.float x1,
   System.float y1,
   System.float x2,
   System.float y2,
   System.Drawing.Color lineColor,
   System.float lineWidth,
   DashStyle lineStyle
)

パラメータ

x1
The X coordinate of the first point.
y1
The Y coordinate of the first point.
x2
The X coordinate of the second point.
y2
The Y coordinate of the second point.
lineColor
The line color.
lineWidth
The line width.
lineStyle
The line style (solid by default).
参照

GcGraphics クラス
GcGraphics メンバ
オーバーロード一覧