PHP Doku:: Sets appearance of line ends - function.ps-setlinecap.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenPostScript document creationPS Funktionenps_setlinecap

Ein Service von Reinhard Neidl - Webprogrammierung.

PS Funktionen

<<ps_setgray

ps_setlinejoin>>

ps_setlinecap

(PECL ps >= 1.1.0)

ps_setlinecapSets appearance of line ends

Beschreibung

bool ps_setlinecap ( resource $psdoc , int $type )

Sets how line ends look like.

Parameter-Liste

psdoc

Resource identifier of the postscript file as returned by ps_new().

type

The type of line ends. Possible values are PS_LINECAP_BUTT, PS_LINECAP_ROUND, or PS_LINECAP_SQUARED.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)