(PHP 4, PHP 5)
imagedashedline — Zeichnen einer gestrichelten Linie
$im
, int $x1
, int $y1
, int $x2
, int $y2
, int $col
)
ImageDashedLine() zeichnet eine gestrichelte
Linie, beginnend am Punkt x1,
y1 bis zum Punkt
x2, y2 (oben
links ist 0, 0) in das Bild image im mit
der Farbe col.
Siehe auch imageline().