PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

The CairoLineCap class | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

The CairoLineCap class

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

Specifies how to render the endpoints of the path when stroking.

The default line cap style is CairoLineCap::BUTT.

クラス概要

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

定義済み定数

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



フォーラムで「The CairoLineCap class」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | The CairoLineCap class」をGoogle検索
copyright © 1997-2012 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: