<<  lastPage

Line

2点間に直線を描く。

publicメソッド、TCPDF Version 1.0~

書式
Line( $x1, $y1, $x2, $y2, $style )
戻り値

なし

パラメータ
float $x1 開始点のX座標
float $y1 開始点のY座標
float $x2 終了点のX座標
float $y2 終了点のY座標
array $style array() 線種、SetLineStyle()参照。
関連