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

search for in the

HaruPage::curveTo> <HaruPage::curveTo2
[edit] Last updated: Fri, 25 May 2012

view this page in

HaruPage::curveTo3

(PECL haru >= 0.0.1)

HaruPage::curveTo3ベジエ曲線を現在のパスに追加する

説明

bool HaruPage::curveTo3 ( float $x1 , float $y1 , float $x3 , float $y3 )

ベジエ曲線を現在のパスに追加します。 点 (x1, y1) および点 (x3, y3) をベジエ曲線の制御点とし、 現在位置を点 (x3, y3) に移動します。

パラメータ

x1

ベジエ曲線の制御点。

y1

ベジエ曲線の制御点。

x3

現在位置はここに移動します。

x3

現在位置はここに移動します。

返り値

成功した場合に TRUE を返します。

エラー / 例外

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



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites