The CairoLineCap class
(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
導入
Specifies how to render the endpoints of the path when stroking.
The default line cap style is CairoLineCap::BUTT.
クラス概要
定義済み定数
-
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
There are no user contributed notes for this page.
