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

search for in the

HaruPage::curveTo3> <HaruPage::createURLAnnotation
Last updated: Fri, 10 Oct 2008

view this page in

HaruPage::curveTo2

(PECL haru:0.0.1)

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

説明

bool HaruPage::curveTo2 ( float $x2 , float $y2 , float $x3 , float $y3 )

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

パラメータ

x2

ベジエ曲線の制御点。

y2

ベジエ曲線の制御点。

x3

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

x3

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

返り値

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

エラー / 例外

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



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

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