The CairoLineJoin class

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

簡介

類別摘要

CairoLineJoin {
/* 常數 */
const integer MITER = 0 ;
const integer ROUND = 1 ;
const integer BEVEL = 2 ;
}

預設常數

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