The CairoLineJoin class

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

Wstęp

Krótki opis klasy

CairoLineJoin {
/* Stałe */
const integer MITER = 0 ;
const integer ROUND = 1 ;
const integer BEVEL = 2 ;
}

Stałe predefiniowane

CairoLineJoin::MITER

Description here...

CairoLineJoin::ROUND

Description here...

CairoLineJoin::BEVEL

Description here...

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top