PHP 7.0.6 Released

HaruPage::stroke

(PECL haru >= 0.0.1)

HaruPage::strokePaint current path

Description

bool HaruPage::stroke ([ bool $close_path = false ] )

Paints the current path.

Parameters

close_path

Closes the current path if set to TRUE.

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws a HaruException on error.

User Contributed Notes

There are no user contributed notes for this page.
To Top