downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

CairoLineJoin> <CairoHintStyle
[edit] Last updated: Fri, 17 May 2013

view this page in

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



add a note add a note User Contributed Notes CairoLineCap - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites