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

La clase CairoLineCap

(No hay información de versión disponible, podría estar únicamente en SVN)

Introducción

Especifica la manera de renderizar los puntos finales del trazado al contornear.

El remate de línea por defecto es CairoLineCap::BUTT.

Sinopsis de la Clase

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

Constantes predefinidas

CairoLineCap::BUTT

Iniciar(parar) la línea exactamente en el punto inicial(final)

CairoLineCap::ROUND

Usar un final redondeado, el centro del círculo es el punto final

CairoLineCap::SQUARE

Usar un final cuadrado, el centro del cuadrado es el punto final



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