update : 2015.11.03
php.shukuma.com

검색:
 
 
Append an ellipse to the current path

HaruPage::ellipse

(PECL haru >= 0.0.1)

HaruPage::ellipseAppend an ellipse to the current path

설명

bool HaruPage::ellipse ( float $x , float $y , float $xray , float $yray )

Appends an ellipse to the current path.

인수

x

Horizontal coordinate of the center.

y

Vertical coordinate of the center.

xray

The ray of the ellipse in the x direction.

yray

The ray of the ellipse in the y direction.

반환값

Returns TRUE on success.

오류/예외

오류 시에 HaruException을 던짐.