Home > PHP > Function > > HaruPage::stroke()

HaruPage::stroke()

HaruPage::stroke - Paint current path

Syntax

bool HaruPage::stroke (bool $close_path)

Arguments

  • close_path - Closes the current path if set to TRUE.

Description

Paints the current path.

Version

PHP PECL haru >= 0.0.1

Return value

Returns TRUE on success.