PHP Velho Oeste 2024

HaruPage::setLineCap

(PECL haru >= 0.0.1)

HaruPage::setLineCapSet the shape to be used at the ends of lines

Описание

HaruPage::setLineCap ( int $cap ) : bool

Defines the shape to be used at the ends of lines.

Список параметров

cap

Must be one of the following values:

  • HaruPage::BUTT_END - the line is squared off at the endpoint of the path.
  • HaruPage::ROUND_END - the end of the line becomes a semicircle with center in the end point of the path.
  • HaruPage::PROJECTING_SCUARE_END - the line continues to the point that exceeds half of the stroke width the end point.

Возвращаемые значения

Returns TRUE on success.

Ошибки

Вызывает исключение HaruException при ошибке.

Смотрите также

add a note add a note

User Contributed Notes

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