PHP Doku:: The CairoLineCap class - class.cairolinecap.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungCairoThe CairoLineCap class

Ein Service von Reinhard Neidl - Webprogrammierung.

Cairo

<<The CairoHintStyle class

The CairoLineJoin class>>

The CairoLineCap class

Einführung

Specifies how to render the endpoints of the path when stroking.

The default line cap style is CairoLineCap::BUTT.

Klassenbeschreibung

CairoLineCap {
/* Konstanten */
const integer CairoLineCap::BUTT = 0 ;
const integer CairoLineCap::ROUND = 1 ;
const integer CairoLineCap::SQUARE = 2 ;
}

Vordefinierte Konstanten

CairoLineCap Node Types

CairoLineCap::BUTT

Start(stop) the line exactly at the start(end) point

CairoLineCap::ROUND

Use a round ending, the center of the circle is the end point

CairoLineCap::SQUARE

Use squared ending, the center of the square is the end point


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",...)