|
ps_setpolydashSets appearance of a dashed line Beschreibung
bool ps_setpolydash
( resource
$psdoc
, float $arr
)Sets the length of the black and white portions of a dashed line. ps_setpolydash is used to set more complicated dash patterns. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 Drawing a dashed line
<?phpThis example draws a line with a 10 and 2 points long line, and gaps of 5 points inbetween. Siehe auch
|