PDF for .NET
DrawLines メソッド (C1PdfDocument)

C1.C1Pdf.4.5.2 アセンブリ > C1.C1Pdf 名前空間 > C1PdfDocument クラス : DrawLines メソッド
直線の色、幅、およびスタイルを決定する System.Drawing.Penオブジェクト。
複数の点を表す System.Drawing.PointF構造体の配列。
System.Drawing.PointF構造体の配列を結ぶ一連の直線を描画します。
シンタックス
'宣言
 
Public Sub DrawLines( _
   ByVal pen As System.Drawing.Pen, _
   ByVal points() As System.Drawing.PointF _
) 
public void DrawLines( 
   System.Drawing.Pen pen,
   System.Drawing.PointF[] points
)

パラメータ

pen
直線の色、幅、およびスタイルを決定する System.Drawing.Penオブジェクト。
points
複数の点を表す System.Drawing.PointF構造体の配列。
解説
座標は、ページの左上からの距離をポイント単位で指定します。
参照

C1PdfDocument クラス
C1PdfDocument メンバ