|
ps_linetoDraws a line Beschreibung
bool ps_lineto
( resource
$psdoc
, float $x
, float $y
)Adds a straight line from the current point to the given coordinates to the current path. Use ps_moveto to set the starting point of the line. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 Drawing a rectangle
<?phpSiehe auch
|