DioDocs for PDF
DrawLine(PointF,PointF,Pen) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawLine メソッド : DrawLine(PointF,PointF,Pen) メソッド
The first point.
The second point.
The pen to use.
Draws a line between two points, using the specified pen.
シンタックス
'宣言
 
Public Overloads Sub DrawLine( _
   ByVal p1 As System.Drawing.PointF, _
   ByVal p2 As System.Drawing.PointF, _
   ByVal pen As Pen _
) 
public void DrawLine( 
   System.Drawing.PointF p1,
   System.Drawing.PointF p2,
   Pen pen
)

パラメータ

p1
The first point.
p2
The second point.
pen
The pen to use.
参照

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