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

HaruPage::fillStroke()

HaruPage::fillStroke - Fill current path using nonzero winding number rule, then paint the path

Syntax

bool HaruPage::fillStroke (bool $close_path)

Arguments

  • close_path - Optional parameter. When set to TRUE, the function closes the current path. Default to FALSE.

Description

Fills current path using nonzero winding number rule, then paints the path.

Version

PHP PECL haru >= 0.0.1

Return value

Returns TRUE on success.