PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HaruPage::getLineJoin> <HaruPage::getHorizontalScaling
Last updated: Fri, 10 Oct 2008

view this page in

HaruPage::getLineCap

(PECL haru:0.0.1)

HaruPage::getLineCap現在のパスの終端の形式を取得する

説明

int HaruPage::getLineCap ( void )

現在のパスの終端の形式を取得します。

パラメータ

この関数にはパラメータはありません。

返り値

現在のパスの終端の形式を返します。結果の値は以下のいずれかとなります。

  • HaruPage::BUTT_END - パスの端点で、線を角型に打ち切ります。
  • HaruPage::ROUND_END - パスの端点が、その点を中心とする半円となります。
  • HaruPage::PROJECTING_SCUARE_END - パスの端点から、線幅の半分まで超えて線を続けます。

エラー / 例外

エラー時に HaruException をスローします。

参考



add a note add a note User Contributed Notes
HaruPage::getLineCap
There are no user contributed notes for this page.

HaruPage::getLineJoin> <HaruPage::getHorizontalScaling
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites