PHP-Logo
Druckansicht von http://www.php-homepage.de/manual/class.cairolinecap.php

PHP-Logo
[ Main Menue ]
Homepage
Downloads
Artikel
Scripts
Forum
PHP-Manual
Links
News
Freelancer
Bücher
RuDolF
Suche
Misc
Über diese Seite
Kontakt
Wunschzettel
MyGuestbook
*
[ Suche ]
*
[ Manual ]
*

Follow on Twitter - @phphomepage

RSS Feed blogoscoop
 CairoHintStyle  Letztes Update:
18.05.2012
CairoLineJoin 

The CairoLineCap class

(No version information available, might only be in SVN)

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 BUTT = 0 ;
const integer ROUND = 1 ;
const integer SQUARE = 2 ;
}

Vordefinierte Konstanten

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

© Copyright 1999 - 2011 by Mark Kronsbein | Impressum | NutzungsbedingungenWeiterempfehlen | Seitenanfang
0.0039