|
PHP5中文手册
HaruPage::rectangle(PECL haru:0.0.1) HaruPage::rectangle — Append a rectangle to the current path 说明
bool HaruPage::rectangle
( float $x
, float $y
, float $width
, float $height
)
Appends a rectangle to the current drawing path. 参数
返回值Returns TRUE on success. 错误/异常Throws HaruException on error. |