PDF for .NET
DrawLine(Pen,Single,Single,Single,Single) メソッド

C1.Pdf.6 アセンブリ > C1.Pdf 名前空間 > C1PdfDocument クラス > DrawLine メソッド : DrawLine(Pen,Single,Single,Single,Single) メソッド
線の色、幅、スタイルを決定する System.Drawing.Pen オブジェクト。
最初の点の x 座標。
最初の点の y 座標。
2 番目の点の x 座標。
2 番目の点の y 座標。
2 つの XY 座標で指定された 2 つの点を結ぶ直線を描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawLine( _
   ByVal pen As System.Drawing.Pen, _
   ByVal x1 As System.Single, _
   ByVal y1 As System.Single, _
   ByVal x2 As System.Single, _
   ByVal y2 As System.Single _
) 
public void DrawLine( 
   System.Drawing.Pen pen,
   System.float x1,
   System.float y1,
   System.float x2,
   System.float y2
)

パラメータ

pen
線の色、幅、スタイルを決定する System.Drawing.Pen オブジェクト。
x1
最初の点の x 座標。
y1
最初の点の y 座標。
x2
2 番目の点の x 座標。
y2
2 番目の点の y 座標。
解説
すべての座標は、ページの左上隅から測定されたポイント単位で表されます。
参照

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